From 5e6b6f08dd763a9591b5c51475f3cd44ad3982cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20B=C3=B6hmer?= Date: Mon, 30 Mar 2020 15:26:44 +0200 Subject: [PATCH] Dont log pricedetail infos to web console. --- templates/Parts/edit/_orderdetails.html.twig | 3 --- 1 file changed, 3 deletions(-) diff --git a/templates/Parts/edit/_orderdetails.html.twig b/templates/Parts/edit/_orderdetails.html.twig index ba521dd0..151f9a8d 100644 --- a/templates/Parts/edit/_orderdetails.html.twig +++ b/templates/Parts/edit/_orderdetails.html.twig @@ -36,9 +36,6 @@ var price_related_id = $("input[id$='price_related_quantity_value']", newForm).attr('id'); var min_discount_id = $("input[id$='min_discount_quantity_value']", newForm).attr('id'); - console.error(price_related_id); - console.error(min_discount_id); - //Determine the new value for the min_discount_qty var new_min_amount = $("input[id$='min_discount_quantity_value']" , $holder).last().val(); //Assign a valid value, if no price are existing yet