fix route name for xpo generator controller

This commit is contained in:
omair saleh
2022-01-12 15:47:03 +08:00
parent 29250ae400
commit 2a534d564b
@@ -51,7 +51,7 @@ class AutoPurchaseOrderFillLogic extends AbstractControllerLogic
->whereDoesntHave('transactions', function($q){
$q->where('type', TransactionType::PURCHASE_ORDER);
$q->whereIn('status', [ApprovalStatus::PENDING_VERIFICATION, ApprovalStatus::APPROVED]);
})->limit(20)->get();
})->limit(100)->get();
foreach ($booking as $key => $row) {
$amount = $row->fix_amount;