Commit f7d2c9da authored by Valentin's avatar Valentin
Browse files

fix: products takeaway checked by default

parent bd8047bc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -82,7 +82,7 @@ export class AddWarehouseProductsComponent implements OnInit, OnDestroy {
			};
			if (!resObj.takeProductDelivery && !resObj.takeProductTakeaway) {
				resObj.takeProductDelivery = true;
				resObj.takeProductTakeaway = !this.warehouse.isCarrierRequired;
				resObj.takeProductTakeaway = true;
			}

			return resObj;