mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-19 04:23:55 +00:00
convert 1688 purchase order to po on document upload
This commit is contained in:
@@ -44,7 +44,7 @@ class Convert1688PurchaseOrderToProductList
|
||||
$unitPrice = (float) str_replace("\n","",$product[$descriptionIndex + 3]);
|
||||
|
||||
$productList[] = [
|
||||
'stockCode' => str_replace("\n","",$product[$descriptionIndex]),
|
||||
'stockCode' => '',
|
||||
'description' => str_replace("\n","",$product[$descriptionIndex]),
|
||||
'quantity' => $quantity,
|
||||
'unit_price' => $unitPrice,
|
||||
|
||||
Reference in New Issue
Block a user