billing fix up

This commit is contained in:
omair saleh
2022-09-20 16:41:30 +08:00
parent 3fc7ccb51e
commit 843b311c77
@@ -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();