fix route name for xpo generator controller

This commit is contained in:
omair saleh
2022-01-12 15:36:17 +08:00
parent dba0a1a59e
commit 559337313a
@@ -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]);
});
})->get();
dd($booking);
foreach ($booking as $key => $row) {
$amount = $row->fix_amount;