This commit is contained in:
Dillon Ngo
2026-04-03 09:29:02 +08:00
parent b34b7c19d6
commit 1ea5a9c041
@@ -187,7 +187,7 @@ class ImportPurchaseOrderTransactionLogic extends AbstractControllerLogic
$sheet = $collection->first()->skip(1);
$products = $sheet->map(function ($row) {
Log::info($row);
Log::info('ImportPurchaseOrderTransactionLogic Row data: ' . json_encode($row));
$stockCode = $row[0];
$description = $row[1];
$quantity = $row[2];