[-] BO - fixed bug #PSCFV-10178

This commit is contained in:
Vincent Augagneur
2013-09-18 11:40:58 +02:00
parent 965b8a1bf3
commit 672da852c5
+1 -2
View File
@@ -273,7 +273,6 @@ function bind_inputs()
});
$('tr.fees td input:checkbox').off('change').on('change', function () {
if($(this).is(':checked'))
{
$(this).closest('tr').children('td').each( function () {
@@ -390,7 +389,7 @@ function hideFees()
function showFees()
{
$('tr.range_inf td, tr.range_sup td, tr.fees_all td, tr.fees td').each( function () {
if ($(this).index() >= 2)
if ($(this).index() > 2)
{
//enable only if zone is active
tr = $(this).parent('tr');