@things-factory/worksheet-base 6.0.78 → 6.0.82

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.
@@ -786,7 +786,7 @@ class PickingWorksheetController extends vas_worksheet_controller_1.VasWorksheet
786
786
  }
787
787
  async completePicking(releaseGoodNo) {
788
788
  let releaseGood = await this.findRefOrder(sales_base_1.ReleaseGood, {
789
- domain: this.domain,
789
+ domain: { id: this.domain.id },
790
790
  name: releaseGoodNo,
791
791
  status: sales_base_1.ORDER_STATUS.PICKING
792
792
  });