fix route name for xpo generator controller

This commit is contained in:
omair saleh
2022-01-12 15:35:46 +08:00
parent 9a8cf7188b
commit dba0a1a59e
@@ -52,7 +52,7 @@ class AutoPurchaseOrderFillLogic extends AbstractControllerLogic
$q->where('type', TransactionType::PURCHASE_ORDER);
$q->whereIn('status', [ApprovalStatus::PENDING_VERIFICATION, ApprovalStatus::APPROVED]);
});
dd($booking);
foreach ($booking as $key => $row) {
$amount = $row->fix_amount;
$other_transaction = Transaction::