fix route name for xpo generator controller

This commit is contained in:
omair saleh
2022-01-12 15:29:14 +08:00
parent 0f18dcf117
commit 1096f9bb63
@@ -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]);
})
});
foreach ($booking as $key => $row) {
$amount = $row->fix_amount;