mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/shipping-portal.git
synced 2026-08-19 04:24:12 +00:00
test updating loading date for containers from vt portal
This commit is contained in:
+2
-1
@@ -140,7 +140,8 @@ Route::get('/report', function(){
|
||||
|
||||
$containerDetails = $containerDetails->Rows[0];
|
||||
|
||||
dd($containerDetails);
|
||||
$container->loading_date = $containerDetails[5];
|
||||
$container->save();
|
||||
|
||||
}
|
||||
// $shipping_packing_lists = \App\Models\PackingList::where('type', '=', \App\Classes\ValueObjects\Constants\PackingListType::SHIPPING_PACKING_LIST)->get();
|
||||
|
||||
Reference in New Issue
Block a user