mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/portal.git
synced 2026-08-19 04:23:59 +00:00
fix over weight minimum charge
This commit is contained in:
+1
@@ -172,6 +172,7 @@ class CreateShippingInvoiceTransactionLogic extends AbstractControllerLogic
|
||||
});
|
||||
|
||||
$minimum_charge = $minimum_cbm - $totalContainerCbm;
|
||||
dd($minimum_charge);
|
||||
$minimum_charge = ($minimum_charge < 0) ? 0 : $minimum_charge;
|
||||
$minimum_charge = $noMinimumCharge ? 0 : $minimum_charge;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user