@things-factory/sales-ui 4.3.138 → 4.3.140

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.138",
3
+ "version": "4.3.140",
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.138",
31
+ "@things-factory/sales-base": "^4.3.140",
32
32
  "@things-factory/setting-ui": "^4.3.138",
33
33
  "@things-factory/shell": "^4.3.131",
34
- "@things-factory/warehouse-ui": "^4.3.138"
34
+ "@things-factory/warehouse-ui": "^4.3.140"
35
35
  },
36
- "gitHead": "1d4e0a3ff6b8792c843b9735a28a3f5fb946b144"
36
+ "gitHead": "7d85b28f96c10d64b9ed1f9041a9c687de22fbe6"
37
37
  }