@@ -47,6 +47,7 @@
if (value === '') {
return true;
}
+ value = value.replace(',','.');
if (!$.isNumeric(value)) {
return false;
@@ -44,6 +44,7 @@