mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/shipping-portal.git
synced 2026-08-19 04:24:12 +00:00
fix invoice drop date
This commit is contained in:
@@ -893,3 +893,11 @@ Route::get('/invoices/delete-duplicated', function(Request $request){
|
||||
|
||||
}
|
||||
});
|
||||
|
||||
Route::get('/fix-invoices-drop-date/{orderMarking}', function($orderMarking){
|
||||
// 359360902
|
||||
$dilter = ['does_not_have_transaction_type' => 1, 'type' => 2, 'order_marking_in'=> strval($orderMarking)];
|
||||
dump($dilter);
|
||||
$packingLists = (App()->make(ListsPackingLists::class))->execute($dilter);
|
||||
dd($packingLists->first()->containers->first()->transports->first());
|
||||
});
|
||||
Reference in New Issue
Block a user