From 8a4f242e4da2ff54530722e167d2c73f50842e47 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 --- 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