@things-factory/sales-ui 4.3.138 → 4.3.139
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1710,7 +1710,8 @@ class PurchaseOrderDetail extends connect(store)(localize(i18next)(PageView)) {
|
|
|
1710
1710
|
packQty: parseInt(record?.packQty) || 0,
|
|
1711
1711
|
miscAmt: record?.miscAmt > 0 ? parseFloat(record?.miscAmt) : 0,
|
|
1712
1712
|
discountAmt: record?.discountAmt > 0 ? parseFloat(record?.discountAmt) : 0,
|
|
1713
|
-
taxRate: record?.taxRate > 0 ? parseFloat(record?.taxRate) : 0
|
|
1713
|
+
taxRate: record?.taxRate > 0 ? parseFloat(record?.taxRate) : 0,
|
|
1714
|
+
uomValue: record?.uomValue > 0 ? parseFloat(record.uomValue) : 0
|
|
1714
1715
|
}
|
|
1715
1716
|
})
|
|
1716
1717
|
await this.bulkUploadValidatePoOrderProducts(orderProducts)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@things-factory/sales-ui",
|
|
3
|
-
"version": "4.3.
|
|
3
|
+
"version": "4.3.139",
|
|
4
4
|
"main": "dist-server/index.js",
|
|
5
5
|
"browser": "client/index.js",
|
|
6
6
|
"things-factory": true,
|
|
@@ -28,10 +28,10 @@
|
|
|
28
28
|
"@things-factory/grist-ui": "^4.3.138",
|
|
29
29
|
"@things-factory/i18n-base": "^4.3.131",
|
|
30
30
|
"@things-factory/import-ui": "^4.3.138",
|
|
31
|
-
"@things-factory/sales-base": "^4.3.
|
|
31
|
+
"@things-factory/sales-base": "^4.3.139",
|
|
32
32
|
"@things-factory/setting-ui": "^4.3.138",
|
|
33
33
|
"@things-factory/shell": "^4.3.131",
|
|
34
34
|
"@things-factory/warehouse-ui": "^4.3.138"
|
|
35
35
|
},
|
|
36
|
-
"gitHead": "
|
|
36
|
+
"gitHead": "82a27c0caaf2f2c98cd094b92fc603bf768d2513"
|
|
37
37
|
}
|