FSN#37882 Uurlijkse exception overrule weer opslaan

svn path=/Website/branches/v2016.2/; revision=30942
This commit is contained in:
Jos Groot Lipman
2016-10-03 08:43:28 +00:00
parent 89cc0f5e52
commit e1c9e21d47

View File

@@ -75,7 +75,7 @@ user.anything_todo_or_abort(this_ins.canChangeXcp);
var xcp_key = getFParamInt("xcp_key"); // ins_srtcontroledl_xcp_key.
var mode = getFParamInt("mode"); // ins_srtcontrole_mode.
var eenheid = getFParamInt("eenheid"); // ins_srtcontroledl_xcp_eenheid.
if (!(eenheid > 0))
if (!(eenheid >= 0)) // uurlijks is 0
eenheid = eenheid_std;
var periode = null;