fix 1688 xpo

This commit is contained in:
Omair Saleh
2022-09-27 11:48:37 +08:00
parent 973dd08fda
commit 0749e8fd4e
+1 -1
View File
@@ -384,7 +384,7 @@ Route::get('/1688/fix', function(){
return $query->where('type', TransactionType::PURCHASE_ORDER)->where('bill_no', 'like', 'XPO-%');
});
$bookings->dd();
$bookings->limit(10)->get();
// $purchaseOrderDocuments = \App\Models\Document::where('document_type', DocumentType::ECOMMERCE_PURCHASE_ORDER)->get();
//
// foreach($purchaseOrderDocuments as $document){