FSN#39055 BCS/2000 functionaliteit in FACILITOR - customization

svn path=/Website/trunk/; revision=33653
This commit is contained in:
Erik Groener
2017-05-02 11:16:36 +00:00
parent 94fd6e2a72
commit 18d4b56be4
10 changed files with 212 additions and 94 deletions

View File

@@ -259,6 +259,8 @@ function scf_ROFIELDTR(model, fld, val, key, params)
}
else if (field.typ == "check" || field.typ == "check0")
ROCHECKBOXTR("fldtxt", field.label, txt, params);
else if (field.typ == "float" && field.iscurrency)
ROFIELDTR("fldcurrency", field.label, txt, params);
else
{
if (!field.hidden_fld)