Commit bd8047bc authored by Valentin's avatar Valentin
Browse files

fix: takeaway clicked by default

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

			return resObj;