This commit is contained in:
Alexandre Claveau 2019-03-19 17:25:48 +01:00
parent 91cadf936e
commit 3bfb03832b

View File

@ -106,8 +106,8 @@ function Check() {
} else {
var re = /\D+/;
if (!re.test($("#apartment").val())) {
alert("Invaild Apartment Number");
return false;
//alert("Invaild Apartment Number");
return true;
}
}
if (f_account) {