mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-29 17:34:02 +00:00
fix route name for xpo generator controller
This commit is contained in:
@@ -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::
|
||||
|
||||
Reference in New Issue
Block a user