Dont log pricedetail infos to web console.

This commit is contained in:
Jan Böhmer 2020-03-30 15:26:44 +02:00
parent 7d72f2416a
commit 5e6b6f08dd

View file

@ -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