Removed JS debugging
This commit is contained in:
parent
1b10612c4b
commit
c6baeacd3d
@ -789,8 +789,6 @@ if ($action == 'edit_price' && ($user->rights->produit->creer || $user->rights->
|
|||||||
var otherPrices = $('div.fiche form:not(:first)');
|
var otherPrices = $('div.fiche form:not(:first)');
|
||||||
var minPrice1 = $('div.fiche form:first tr:eq(3)');
|
var minPrice1 = $('div.fiche form:first tr:eq(3)');
|
||||||
|
|
||||||
console.log('e');
|
|
||||||
|
|
||||||
if (jQuery('input#usePriceRules').prop('checked')) {
|
if (jQuery('input#usePriceRules').prop('checked')) {
|
||||||
otherPrices.hide();
|
otherPrices.hide();
|
||||||
minPrice1.hide();
|
minPrice1.hide();
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user