Commit 6f4f6f8e authored by Valentin's avatar Valentin
Browse files

fix: admin / store / add product / fixing takeaway checkbox

parent c0a7c995
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -68,6 +68,7 @@ export class AddWarehouseProductsComponent implements OnInit, OnDestroy {
					p['isDeliveryRequired'] = this.warehouse.productsDelivery;
					if (!p['isTakeaway'] && !p['isDeliveryRequired']) {
						p['isDeliveryRequired'] = true;
						p['isTakeaway'] = true;
					}
				});
			}