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