Loading packages/core/src/services/warehouses/WarehousesOrdersService.ts +1 −0 Original line number Diff line number Diff line Loading @@ -313,6 +313,7 @@ export class WarehousesOrdersService products: newProducts, }); // TODO investigate why bellow function throw error when adding new product await this._updateProductCount(order, warehouseId); return order; Loading Loading
packages/core/src/services/warehouses/WarehousesOrdersService.ts +1 −0 Original line number Diff line number Diff line Loading @@ -313,6 +313,7 @@ export class WarehousesOrdersService products: newProducts, }); // TODO investigate why bellow function throw error when adding new product await this._updateProductCount(order, warehouseId); return order; Loading