[-] BO : #PSTEST-165 : calculate price without or with tax

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@11818 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
lLefevre
2011-12-28 09:24:47 +00:00
parent 9605d8c12f
commit bc3261e0b7
3 changed files with 21 additions and 11 deletions
+1 -1
View File
@@ -371,7 +371,7 @@ function formSubmit(e, button)
getE(button).click();
}
}
function noComma(elem)
function noComma(elem)
{
getE(elem).value = getE(elem).value.replace(new RegExp(',', 'g'), '.');
}