Loading packages/core/src/services/warehouses/WarehousesOrdersService.ts +0 −3 Original line number Diff line number Diff line Loading @@ -270,9 +270,6 @@ export class WarehousesOrdersService orderNumber: await this.getNextOrderNumber(warehouseId), orderType, ...(options.autoConfirm ? { isConfirmed: true } : {}), ...(options.autoConfirm ? { warehouseStatus: OrderWarehouseStatus.ReadyForProcessing } : { warehouseStatus: OrderWarehouseStatus.NoStatus }), }); // we do all remove operations and notify about warehouse orders change after we remove products from warehouse Loading Loading
packages/core/src/services/warehouses/WarehousesOrdersService.ts +0 −3 Original line number Diff line number Diff line Loading @@ -270,9 +270,6 @@ export class WarehousesOrdersService orderNumber: await this.getNextOrderNumber(warehouseId), orderType, ...(options.autoConfirm ? { isConfirmed: true } : {}), ...(options.autoConfirm ? { warehouseStatus: OrderWarehouseStatus.ReadyForProcessing } : { warehouseStatus: OrderWarehouseStatus.NoStatus }), }); // we do all remove operations and notify about warehouse orders change after we remove products from warehouse Loading