mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-08-05 18:55:26 +02:00
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 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');
|
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
|
//Determine the new value for the min_discount_qty
|
||||||
var new_min_amount = $("input[id$='min_discount_quantity_value']" , $holder).last().val();
|
var new_min_amount = $("input[id$='min_discount_quantity_value']" , $holder).last().val();
|
||||||
//Assign a valid value, if no price are existing yet
|
//Assign a valid value, if no price are existing yet
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue