PLAT#38415 Bulkactie 'Terugzetten (jaar)' bugfix: typo in if statement
svn path=/Website/trunk/; revision=35065
This commit is contained in:
@@ -270,7 +270,7 @@ var transitParam = buildTransitParam(["disc", "srtgroep", "srtdeel", "srtcontrol
|
||||
|
||||
// Delete the following ins_deelsrtcontrole records
|
||||
if (rowdata.insDeelSrtContrKey != null && rowdata.insDeelSrtContrKey > -1 &&
|
||||
rowdata.insDeelSrtContrStatus != null && rowdata.insDeelSrtContrStatus == 0 // Ingepland (0)
|
||||
rowdata.insDeelSrtContrStatus != null && rowdata.insDeelSrtContrStatus == 0) // Ingepland (0)
|
||||
{
|
||||
ins_key_arr.push(rowdata.insKey);
|
||||
srtcont_key_arr.push(rowdata.insSrtControleKey);
|
||||
|
||||
Reference in New Issue
Block a user