FSN#37882 Uurlijkse exception overrule weer opslaan
svn path=/Website/branches/v2016.2/; revision=30942
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user