forked from mirror/Part-DB.Part-DB-server
Dont log pricedetail infos to web console.
This commit is contained in:
parent
7d72f2416a
commit
5e6b6f08dd
1 changed files with 0 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue