@things-factory/worksheet-base 6.0.125 → 6.0.126

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": "6.0.125",
3
+ "version": "6.0.126",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "client/index.js",
6
6
  "things-factory": true,
@@ -40,5 +40,5 @@
40
40
  "@things-factory/transport-base": "^6.0.125",
41
41
  "@things-factory/warehouse-base": "^6.0.125"
42
42
  },
43
- "gitHead": "2d741c0c6ad8cf572560ac5bcc6fb7de470ede72"
43
+ "gitHead": "045664e90bfe4f64e246aa1fa4b18b80249d90bf"
44
44
  }
@@ -1221,7 +1221,7 @@ export class UnloadingWorksheetController extends VasWorksheetController {
1221
1221
  const arrivalNotice: ArrivalNotice = await this.findRefOrder(
1222
1222
  ArrivalNotice,
1223
1223
  {
1224
- domain: { id: this.domain },
1224
+ domain: { id: this.domain.id },
1225
1225
  name: arrivalNoticeNo,
1226
1226
  status: In([ORDER_STATUS.PROCESSING, ORDER_STATUS.PUTTING_AWAY])
1227
1227
  },