estimate container shipping cost

This commit is contained in:
Omair Saleh
2022-12-01 19:08:43 +08:00
parent 5480a55edc
commit 7dc549ab2e
+1 -1
View File
@@ -542,7 +542,7 @@ Route::get('/container/billing/{month}/{year}', function($month, $year){
echo '<br>';
if(!$invoice) {
echo '<p style="color: red">'.$packingList->reference .' Warning: no billing</p>';
echo '<p style="color: red"><a href="'.route('order.show', $order->reference).'" target="_blank">'.$packingList->reference .'</a> Warning: no billing</p>';
continue;
}