VNOG#88429 Dubbele regel, typo

svn path=/Website/branches/v2025.1/; revision=68653
This commit is contained in:
2025-04-03 14:32:51 +00:00
parent 705142a91c
commit 98e973f7c9

View File

@@ -885,7 +885,6 @@ function scf_RWFIELDTR(model, fld, val, key, params)
if ("placeholder" in field) {
params.placeholder = field.placeholder;
}
params.datatype = "text";
break;
case "number":
case "float": params.datatype = (field.iscurrency ? "currency" : field.typ);