From 843b311c77d33483212cce3fbeb212c66fdf0caf Mon Sep 17 00:00:00 2001 From: omair saleh Date: Tue, 20 Sep 2022 16:41:30 +0800 Subject: [PATCH] billing fix up --- .../ControllersLogic/CreateShippingInvoiceTransactionLogic.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Classes/Modules/Transactions/ControllersLogic/CreateShippingInvoiceTransactionLogic.php b/app/Classes/Modules/Transactions/ControllersLogic/CreateShippingInvoiceTransactionLogic.php index a53b6810..e20695bd 100644 --- a/app/Classes/Modules/Transactions/ControllersLogic/CreateShippingInvoiceTransactionLogic.php +++ b/app/Classes/Modules/Transactions/ControllersLogic/CreateShippingInvoiceTransactionLogic.php @@ -107,6 +107,7 @@ class CreateShippingInvoiceTransactionLogic extends AbstractControllerLogic return ($package->width / 100) * ($package->height / 100) *($package->length / 100) * ($package->quantity); }); + dd($over_weight_cbm); $order = $packing_list->owner; $companyModule = $order->companyModule; $connection = $companyModule->connections()->first();