From 7828d5990c0888f26f324ac1c250e5c77347dca4 Mon Sep 17 00:00:00 2001 From: rGaillard Date: Fri, 13 Jul 2012 13:23:56 +0000 Subject: [PATCH] [-] BO: Fix bug with combinations on changing price impact git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@16414 b9a71923-0436-4b27-9f14-aed3839534dd --- js/attributesBack.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/attributesBack.js b/js/attributesBack.js index c304eebd0..490e7d3b9 100644 --- a/js/attributesBack.js +++ b/js/attributesBack.js @@ -55,7 +55,7 @@ function check_impact() { if ($('#attribute_price_impact').get(0).selectedIndex == 0) { - $('#attribute_price').val('0.00'); + $('#attribute_price, #attribute_priceTEReal, #attribute_priceTI').val('0.00'); $('#span_impact').hide(); } else