@things-factory/sales-ui 4.3.42 → 4.3.45
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
|
-
|
|
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.
|
|
3
|
+
"version": "4.3.45",
|
|
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.
|
|
32
|
+
"@things-factory/sales-base": "^4.3.45",
|
|
33
33
|
"@things-factory/setting-ui": "^4.3.40",
|
|
34
34
|
"@things-factory/shell": "^4.3.35",
|
|
35
|
-
"@things-factory/warehouse-ui": "^4.3.
|
|
35
|
+
"@things-factory/warehouse-ui": "^4.3.45"
|
|
36
36
|
},
|
|
37
|
-
"gitHead": "
|
|
37
|
+
"gitHead": "c41fcfaaac356bc4cc8d2935d0738076bf7722c9"
|
|
38
38
|
}
|