mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/shipping-portal.git
synced 2026-08-19 04:24:12 +00:00
re-release yd paid orders
This commit is contained in:
+1
-1
@@ -515,7 +515,7 @@ Route::get('/container/billing/{month}/{year}', function($month, $year){
|
||||
});
|
||||
|
||||
Route::get('/yd/fix', function(){
|
||||
$packingLists = \App\Models\PackingList::where('type', \App\Classes\ValueObjects\Constants\PackingListType::SHIPPING_PACKING_LIST)->where('status', \App\Classes\ValueObjects\Constants\ApprovalStatus::APPROVED)->where('claimant_i', 2307)->get();
|
||||
$packingLists = \App\Models\PackingList::where('type', \App\Classes\ValueObjects\Constants\PackingListType::SHIPPING_PACKING_LIST)->where('status', \App\Classes\ValueObjects\Constants\ApprovalStatus::APPROVED)->where('claimant_id', 2307)->get();
|
||||
$i = 0;
|
||||
echo count($packingLists).'<br><br>';
|
||||
foreach ($packingLists as $packingList){
|
||||
|
||||
Reference in New Issue
Block a user