[-] BO: Fix bug with combinations on changing price impact

This commit is contained in:
rGaillard
2012-07-13 13:23:56 +00:00
parent d526864d32
commit dd4bd49fd0

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