Skip to content
Code-Schnipsel Gruppen Projekte
Bestätigt Commit 21706db1 erstellt von Henning Leutz's avatar Henning Leutz :martial_arts_uniform:
Dateien durchsuchen

fix: global process id is passed on by OrderInProcess and set for the Order

Übergeordneter ef661577
Keine zugehörigen Branchen gefunden
Keine zugehörigen Tags gefunden
3 Merge Requests!55fix: global process id is always available,!54fix: global process id is always available,!53fix: global process id is always available
Pipeline-Nr. 5826 bestanden
......@@ -420,7 +420,7 @@ public function createOrder(QUI\Interfaces\Users\User $PermissionUser = null): O
return $Order;
}
} catch (QUI\Exception $Exception) {
} catch (QUI\Exception) {
}
......@@ -443,6 +443,7 @@ public function createOrder(QUI\Interfaces\Users\User $PermissionUser = null): O
$data['id_prefix'] = $Order->getIdPrefix();
$data['id_str'] = $Order->getPrefixedId();
$data['order_process_id'] = $this->getId();
$data['global_process_id'] = $this->getGlobalProcessId();
$data['c_user'] = $this->cUser;
$data['paid_status'] = $this->getAttribute('paid_status');
$data['paid_date'] = $this->getAttribute('paid_date');
......
0% Lade oder .
You are about to add 0 people to the discussion. Proceed with caution.
Bearbeitung dieser Nachricht zuerst beenden!
Bitte registrieren oder zum Kommentieren