// Fix function name

This commit is contained in:
tDidierjean
2012-04-05 16:00:06 +00:00
parent 0beb62bdfe
commit d02abd6e17
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -517,7 +517,7 @@ function selectCheckbox(obj)
$(obj).parent().parent().find('td.cancelCheck input[type=checkbox]').attr("checked", true);
}
function toogleShippingCost(obj)
function toggleShippingCost(obj)
{
generateDiscount = $(obj).parent().find('#generateDiscount').attr("checked");
generateCreditSlip = $(obj).parent().find('#generateCreditSlip').attr("checked");