@things-factory/sales-ui 4.3.41 → 4.3.44

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.
@@ -1315,7 +1315,9 @@ class PurchaseOrderDetail extends connect(store)(localize(i18next)(PageView)) {
1315
1315
  html`
1316
1316
  <contact-points-popup
1317
1317
  type="SUPPLIER"
1318
- partnerBizplaceId=${this.partnerBizplaceId ? this.partnerBizplaceId : this._purchaseOrderData.bizplace?.id}
1318
+ .partnerBizplaceIds=${this.partnerBizplaceId
1319
+ ? [this.partnerBizplaceId]
1320
+ : [this._purchaseOrderData.bizplace?.id]}
1319
1321
  @selected="${e => {
1320
1322
  this._purchaseOrderData = {
1321
1323
  ...this._purchaseOrderData,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/sales-ui",
3
- "version": "4.3.41",
3
+ "version": "4.3.44",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "client/index.js",
6
6
  "things-factory": true,
@@ -29,10 +29,10 @@
29
29
  "@things-factory/grist-ui": "^4.3.35",
30
30
  "@things-factory/i18n-base": "^4.3.35",
31
31
  "@things-factory/import-ui": "^4.3.35",
32
- "@things-factory/sales-base": "^4.3.41",
32
+ "@things-factory/sales-base": "^4.3.44",
33
33
  "@things-factory/setting-ui": "^4.3.40",
34
34
  "@things-factory/shell": "^4.3.35",
35
- "@things-factory/warehouse-ui": "^4.3.41"
35
+ "@things-factory/warehouse-ui": "^4.3.43"
36
36
  },
37
- "gitHead": "0425a1b5ade8eb89fbfded890645119e8ad1a6fe"
37
+ "gitHead": "a5e45b2ba4b2984246a61a1e50c659cf651783b5"
38
38
  }