@things-factory/worksheet-base 7.1.2 → 7.1.8

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/worksheet-base",
3
- "version": "7.1.2",
3
+ "version": "7.1.8",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "client/index.js",
6
6
  "things-factory": true,
@@ -24,21 +24,21 @@
24
24
  "migration:create": "node ../../node_modules/typeorm/cli.js migration:create ./server/migrations/migration"
25
25
  },
26
26
  "dependencies": {
27
- "@things-factory/auth-base": "^7.1.2",
28
- "@things-factory/biz-base": "^7.1.2",
29
- "@things-factory/document-template-base": "^7.1.2",
30
- "@things-factory/id-rule-base": "^7.1.2",
31
- "@things-factory/integration-lmd": "^7.1.2",
32
- "@things-factory/integration-marketplace": "^7.1.2",
33
- "@things-factory/integration-sellercraft": "^7.1.2",
34
- "@things-factory/integration-sftp": "^7.1.2",
35
- "@things-factory/marketplace-base": "^7.1.2",
36
- "@things-factory/notification": "^7.1.2",
37
- "@things-factory/sales-base": "^7.1.2",
38
- "@things-factory/setting-base": "^7.1.2",
39
- "@things-factory/shell": "^7.1.2",
40
- "@things-factory/transport-base": "^7.1.2",
41
- "@things-factory/warehouse-base": "^7.1.2"
27
+ "@things-factory/auth-base": "^7.1.8",
28
+ "@things-factory/biz-base": "^7.1.8",
29
+ "@things-factory/document-template-base": "^7.1.8",
30
+ "@things-factory/id-rule-base": "^7.1.8",
31
+ "@things-factory/integration-lmd": "^7.1.8",
32
+ "@things-factory/integration-marketplace": "^7.1.8",
33
+ "@things-factory/integration-sellercraft": "^7.1.8",
34
+ "@things-factory/integration-sftp": "^7.1.8",
35
+ "@things-factory/marketplace-base": "^7.1.8",
36
+ "@things-factory/notification": "^7.1.8",
37
+ "@things-factory/sales-base": "^7.1.8",
38
+ "@things-factory/setting-base": "^7.1.8",
39
+ "@things-factory/shell": "^7.1.8",
40
+ "@things-factory/transport-base": "^7.1.8",
41
+ "@things-factory/warehouse-base": "^7.1.8"
42
42
  },
43
- "gitHead": "95138ed4ce2af742446cd6e7859d2450c2aa40d2"
43
+ "gitHead": "2b215ddbbb6fb12b50fa8b5b68ca21b03d5d2fb8"
44
44
  }
@@ -316,10 +316,10 @@ export async function renderRODO({ doNo }, context: ResolverContext) {
316
316
  new_attention_to: foundDO?.attentionTo || foundRO?.attentionTo || null,
317
317
  new_attention_company: foundDO?.attentionCompany || foundRO?.attentionCompany || null,
318
318
  new_phone_no: foundDO?.phone1 || foundRO?.phone1 || null,
319
- customer_phone: foundCP ? foundCP.phone : null || foundDO?.phone1,
319
+ customer_phone: foundCP ? foundCP.phone : foundDO?.phone1,
320
320
  customer_fax: foundCP ? foundCP.fax : null,
321
321
  customer_email: foundCP ? foundCP.email : null,
322
- customer_company: foundCP ? foundCP.companyName : null || foundDO.attentionCompany,
322
+ customer_company: foundCP ? foundCP.companyName : foundDO.attentionCompany,
323
323
  own_collection: ownTransportFlag ? '[SELF-COLLECTION]' : `[${domain.brandName} TRANSPORT]`,
324
324
  destination:
325
325
  foundDO.to ||