mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/portal.git
synced 2026-08-19 04:23:59 +00:00
estimate container shipping cost
This commit is contained in:
@@ -531,6 +531,7 @@ Route::get('/container/billing/{month}/{year}', function($month, $year){
|
||||
$price += 50;
|
||||
}
|
||||
|
||||
$cbm = max($cbm, 0.3);
|
||||
$cost = $price * ($cbm + $over_weight_cbm);
|
||||
|
||||
$containerCost += $cost;
|
||||
|
||||
Reference in New Issue
Block a user