[-] 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
This commit is contained in:
rGaillard
2012-07-13 13:23:56 +00:00
parent 8dbc25825e
commit 7828d5990c
+1 -1
View File
@@ -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