Skip to content

Commit

Permalink
Merge pull request PrestaShop#2403 from guestisp/fix-removal-shipping…
Browse files Browse the repository at this point in the history
…-fees

[-] CORE: Stop blanking shipping fees in carrier wizard
  • Loading branch information
gRoussac committed Jan 22, 2015
2 parents 6c24041 + 3c548d4 commit 3d8fb58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/admin/carrier_wizard.js
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ function bind_inputs()
});
}
else
$(this).closest('tr').find('td').find('div.input-group input:text').attr('disabled', 'disabled').val('');
$(this).closest('tr').find('td').find('div.input-group input:text').attr('disabled', 'disabled');

return false;
});
Expand Down

0 comments on commit 3d8fb58

Please sign in to comment.