@things-factory/sales-base 6.0.99 → 6.0.102

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/sales-base",
3
- "version": "6.0.99",
3
+ "version": "6.0.102",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "client/index.js",
6
6
  "things-factory": true,
@@ -24,17 +24,17 @@
24
24
  "migration:create": "node ../../node_modules/typeorm/cli.js migration:create -d ./server/migrations"
25
25
  },
26
26
  "dependencies": {
27
- "@things-factory/attachment-base": "^6.0.99",
28
- "@things-factory/auth-base": "^6.0.99",
29
- "@things-factory/biz-base": "^6.0.99",
30
- "@things-factory/code-base": "^6.0.99",
31
- "@things-factory/integration-sftp": "^6.0.99",
32
- "@things-factory/notification": "^6.0.99",
33
- "@things-factory/product-base": "^6.0.99",
34
- "@things-factory/setting-base": "^6.0.99",
35
- "@things-factory/shell": "^6.0.99",
36
- "@things-factory/transport-base": "^6.0.99",
37
- "@things-factory/warehouse-base": "^6.0.99"
27
+ "@things-factory/attachment-base": "^6.0.101",
28
+ "@things-factory/auth-base": "^6.0.101",
29
+ "@things-factory/biz-base": "^6.0.101",
30
+ "@things-factory/code-base": "^6.0.101",
31
+ "@things-factory/integration-sftp": "^6.0.101",
32
+ "@things-factory/notification": "^6.0.101",
33
+ "@things-factory/product-base": "^6.0.101",
34
+ "@things-factory/setting-base": "^6.0.101",
35
+ "@things-factory/shell": "^6.0.101",
36
+ "@things-factory/transport-base": "^6.0.101",
37
+ "@things-factory/warehouse-base": "^6.0.101"
38
38
  },
39
- "gitHead": "1deaad12a84365ab799ae4e81dec5c5a230d7fc1"
39
+ "gitHead": "661de5536e766606819fac383ef0ff64ea762813"
40
40
  }
@@ -606,10 +606,10 @@ export async function generateReleaseGoodFunction(
606
606
  packingOption: releaseGood.packingOption,
607
607
  recall: releaseGood.recall,
608
608
  marketplaceOrderStatus: releaseGood?.marketplaceOrderStatus || null,
609
+ deliverTo: releaseGood.deliverTo,
609
610
  billingAddress:
610
611
  releaseGood.type == 'b2c' ? releaseGood?.billingAddress || null : shippingOrderInfo.billingAddress || null,
611
- deliveryAddress1:
612
- releaseGood.type == 'b2c' ? releaseGood?.deliveryAddress1 || null : shippingOrderInfo.deliveryAddress1 || null,
612
+ deliveryAddress1: releaseGood?.deliveryAddress1 || shippingOrderInfo.deliveryAddress1 || null,
613
613
  deliveryAddress2: releaseGood?.deliveryAddress2 || null,
614
614
  deliveryAddress3: releaseGood?.deliveryAddress3 || null,
615
615
  deliveryAddress4: releaseGood?.deliveryAddress4 || null,