Loading packages/admin-web-angular/src/app/@shared/warehouse/+warehouse-order-modal/warehouse-order-modal.component.ts +1 −1 Original line number Diff line number Diff line Loading @@ -127,7 +127,7 @@ export class WarehouseOrderModalComponent implements OnInit, OnDestroy { private _loadWarehouseProducts() { this._warehouseProductsRouter .get(this.warehouseId) .getAvailable(this.warehouseId) .pipe(takeUntil(this._ngDestroy$)) .subscribe((p) => { Object.assign(this._warehouseProducts, p); Loading packages/core/src/services/warehouses/WarehousesProductsService.ts +3 −1 Original line number Diff line number Diff line Loading @@ -122,7 +122,9 @@ export class WarehousesProductsService map((warehouseProducts) => _.filter( warehouseProducts, (warehouseProduct) => warehouseProduct.count > 0 (warehouseProduct) => warehouseProduct.count > 0 && warehouseProduct.isProductAvailable === true ) ) ); Loading packages/shop-mobile-ionic/src/app/services/merchants/warehouse-products.ts +1 −0 Original line number Diff line number Diff line Loading @@ -51,6 +51,7 @@ export class WarehouseProductsService { isManufacturing isCarrierRequired isDeliveryRequired isProductAvailable isTakeaway deliveryTimeMin deliveryTimeMax Loading Loading
packages/admin-web-angular/src/app/@shared/warehouse/+warehouse-order-modal/warehouse-order-modal.component.ts +1 −1 Original line number Diff line number Diff line Loading @@ -127,7 +127,7 @@ export class WarehouseOrderModalComponent implements OnInit, OnDestroy { private _loadWarehouseProducts() { this._warehouseProductsRouter .get(this.warehouseId) .getAvailable(this.warehouseId) .pipe(takeUntil(this._ngDestroy$)) .subscribe((p) => { Object.assign(this._warehouseProducts, p); Loading
packages/core/src/services/warehouses/WarehousesProductsService.ts +3 −1 Original line number Diff line number Diff line Loading @@ -122,7 +122,9 @@ export class WarehousesProductsService map((warehouseProducts) => _.filter( warehouseProducts, (warehouseProduct) => warehouseProduct.count > 0 (warehouseProduct) => warehouseProduct.count > 0 && warehouseProduct.isProductAvailable === true ) ) ); Loading
packages/shop-mobile-ionic/src/app/services/merchants/warehouse-products.ts +1 −0 Original line number Diff line number Diff line Loading @@ -51,6 +51,7 @@ export class WarehouseProductsService { isManufacturing isCarrierRequired isDeliveryRequired isProductAvailable isTakeaway deliveryTimeMin deliveryTimeMax Loading