VNOG#88429 Dubbele regel, typo
svn path=/Website/branches/v2025.1/; revision=68653
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user