Cast department ID to integer and license plate to string in self-serve lane invoice creation
This commit is contained in:
@@ -57,8 +57,8 @@ trait selfserve_lane_invoice_t
|
||||
2285, // System User ID
|
||||
'',
|
||||
'',
|
||||
$this->department_lane->department->id,
|
||||
$this->getLicensePlate()
|
||||
(int)$this->department_lane->department->value(),
|
||||
(string)$this->getLicensePlate()
|
||||
);
|
||||
// Add product to order
|
||||
$order_items = new order_items_o();
|
||||
|
||||
Reference in New Issue
Block a user