Removed JS debugging

This commit is contained in:
Marcos García de La Fuente 2015-10-20 11:42:56 +02:00
parent 1b10612c4b
commit c6baeacd3d

View File

@ -789,8 +789,6 @@ if ($action == 'edit_price' && ($user->rights->produit->creer || $user->rights->
var otherPrices = $('div.fiche form:not(:first)');
var minPrice1 = $('div.fiche form:first tr:eq(3)');
console.log('e');
if (jQuery('input#usePriceRules').prop('checked')) {
otherPrices.hide();
minPrice1.hide();