diff --git a/htdocs/product/price.php b/htdocs/product/price.php index 27d00db18f2..7eb9ee0b7e8 100644 --- a/htdocs/product/price.php +++ b/htdocs/product/price.php @@ -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();