mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/portal.git
synced 2026-08-19 04:23:59 +00:00
debug billing
This commit is contained in:
+1
-1
@@ -187,7 +187,7 @@ class CreateShippingInvoiceTransactionLogic extends AbstractControllerLogic
|
||||
$total_cbm = $price_cbm * ($cbm + $minimum_charge + $over_weight_cbm);
|
||||
|
||||
$billNumber = $this->generatesTransactionBillNumber->execute('SHIP-');
|
||||
|
||||
dd($order->company_module_id);
|
||||
$object = new TransactionObject(
|
||||
$billNumber,
|
||||
TransactionType::SHIPPING_INVOICE,
|
||||
|
||||
Reference in New Issue
Block a user