@things-factory/sales-ui 4.0.20 → 4.0.24

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.
@@ -93,7 +93,7 @@ class VasList extends localize(i18next)(PageView) {
93
93
  }
94
94
 
95
95
  async pageInitialized() {
96
- this._currencyTypes = await getCodeByName('CURRENCY_TYPES')
96
+ this._currencyTypes = await getCodeByName('CURRENCY')
97
97
  this._vasTypes = await getCodeByName('VAS_TYPES')
98
98
 
99
99
  this._searchFields = [
@@ -198,7 +198,7 @@ class VasList extends localize(i18next)(PageView) {
198
198
  record: {
199
199
  editable: true,
200
200
  align: 'center',
201
- codeName: 'CURRENCY_TYPES'
201
+ codeName: 'CURRENCY'
202
202
  },
203
203
  imex: {
204
204
  header: i18next.t('field.currency'),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/sales-ui",
3
- "version": "4.0.20",
3
+ "version": "4.0.24",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "client/index.js",
6
6
  "things-factory": true,
@@ -24,15 +24,15 @@
24
24
  "migration:create": "node ../../node_modules/typeorm/cli.js migration:create -d ./server/migrations"
25
25
  },
26
26
  "dependencies": {
27
- "@things-factory/code-base": "^4.0.20",
28
- "@things-factory/form-ui": "^4.0.20",
29
- "@things-factory/grist-ui": "^4.0.20",
30
- "@things-factory/i18n-base": "^4.0.20",
31
- "@things-factory/import-ui": "^4.0.20",
32
- "@things-factory/sales-base": "^4.0.20",
33
- "@things-factory/setting-ui": "^4.0.20",
34
- "@things-factory/shell": "^4.0.20",
35
- "@things-factory/warehouse-ui": "^4.0.20"
27
+ "@things-factory/code-base": "^4.0.24",
28
+ "@things-factory/form-ui": "^4.0.24",
29
+ "@things-factory/grist-ui": "^4.0.24",
30
+ "@things-factory/i18n-base": "^4.0.24",
31
+ "@things-factory/import-ui": "^4.0.24",
32
+ "@things-factory/sales-base": "^4.0.24",
33
+ "@things-factory/setting-ui": "^4.0.24",
34
+ "@things-factory/shell": "^4.0.24",
35
+ "@things-factory/warehouse-ui": "^4.0.24"
36
36
  },
37
- "gitHead": "c597c72345f43f0a4780feda11d89d3218ac8a3e"
37
+ "gitHead": "ba94f3effd113a235e78a34391dbcd259ed410b0"
38
38
  }