FSN#40975 Alle 5 decimalen van stdmelding uitvoertijd onthouden

svn path=/Website/branches/v2017.1/; revision=34336
This commit is contained in:
Jos Groot Lipman
2017-06-19 09:27:53 +00:00
parent eaf7618485
commit 3b04039b95

View File

@@ -521,7 +521,8 @@ else if (stdm_info.ins_srtinst_niveau == "S")
}
}
if (mode == "edit" || stdm_info.accepttijd) { //suppressEmpty
myFIELD("accepttijd", "fldshort", L("lcl_mld_timetoaccept"), stdm_info.accepttijd, {maxlength: 3, datatype: "float", html: "onChange='onChangeAccepttijd();'", selector: selectparams});
myFIELD("accepttijd", "fldshort", L("lcl_mld_timetoaccept"), stdm_info.accepttijd,
{maxlength: 8, datatype: "float", html: "onChange='onChangeAccepttijd();'", selector: selectparams});
}
sql = "SELECT 1, " + safe.quoted_sql(L("lcl_mld_office_hours")) + " FROM DUAL"
+ " UNION SELECT 2, " + safe.quoted_sql(L("lcl_mld_opening_hours")) + " FROM DUAL"