@things-factory/product-ui 4.3.171 → 4.3.176

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.
@@ -935,7 +935,8 @@ class ProductList extends localize(i18next)(PageView) {
935
935
  expirationPeriod: patch?.expirationPeriod ? parseInt(patch.expirationPeriod) : undefined,
936
936
  shelfLife: patch?.shelfLife ? parseInt(patch.shelfLife) : undefined,
937
937
  productRef: patch.productRef?.id ? { id: patch.productRef?.id } : undefined,
938
- pickingStrategy: patch?.pickingStrategy ? patch.pickingStrategy.toUpperCase() : undefined
938
+ pickingStrategy: patch?.pickingStrategy ? patch.pickingStrategy.toUpperCase() : undefined,
939
+ gtin: patch?.gtin ? patch.gtin : patch.sku
939
940
  }
940
941
  })
941
942
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/product-ui",
3
- "version": "4.3.171",
3
+ "version": "4.3.176",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "client/index.js",
6
6
  "things-factory": true,
@@ -23,13 +23,13 @@
23
23
  "migration:create": "node ../../node_modules/typeorm/cli.js migration:create -d ./server/migrations"
24
24
  },
25
25
  "dependencies": {
26
- "@things-factory/form-ui": "^4.3.159",
27
- "@things-factory/grist-ui": "^4.3.159",
28
- "@things-factory/i18n-base": "^4.3.159",
29
- "@things-factory/import-ui": "^4.3.159",
30
- "@things-factory/layout-base": "^4.3.159",
31
- "@things-factory/product-base": "^4.3.171",
32
- "@things-factory/shell": "^4.3.159"
26
+ "@things-factory/form-ui": "^4.3.176",
27
+ "@things-factory/grist-ui": "^4.3.176",
28
+ "@things-factory/i18n-base": "^4.3.176",
29
+ "@things-factory/import-ui": "^4.3.176",
30
+ "@things-factory/layout-base": "^4.3.176",
31
+ "@things-factory/product-base": "^4.3.176",
32
+ "@things-factory/shell": "^4.3.176"
33
33
  },
34
- "gitHead": "fc6c437985c50a59bcdf4fdfd981c9da039172ba"
34
+ "gitHead": "03fcdfd5ec9fa6f0f3f6b85004428239359d8efb"
35
35
  }