mirror of
https://gitlab.com/uldvstar/exchange-2.0.git
synced 2026-08-19 12:34:24 +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]);
|
||||
})->get();
|
||||
dd($booking);
|
||||
|
||||
foreach ($booking as $key => $row) {
|
||||
$amount = $row->fix_amount;
|
||||
$other_transaction = Transaction::
|
||||
@@ -105,9 +105,8 @@ dd($booking);
|
||||
$request->request->add([
|
||||
'products' => $products
|
||||
]);
|
||||
dd($row->id, $products);
|
||||
|
||||
// $create_transaction = $this->createPurchaseOrderTransactionLogic->logic($request, $row->id);
|
||||
$create_transaction = $this->createPurchaseOrderTransactionLogic->logic($request, $row->id);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user