PLAT#38415 Bugfix@Bulkactie 'Terugzetten (jaar)' toegevoegd om mjob inspecties terug te zetten naar hun oorspronkelijke jaar
svn path=/Website/trunk/; revision=35056
This commit is contained in:
@@ -268,8 +268,8 @@ var transitParam = buildTransitParam(["disc", "srtgroep", "srtdeel", "srtcontrol
|
||||
rowdata = eval('(' + rowArray[i].getAttribute("ROWDATA") + ')');
|
||||
|
||||
// Delete the following ins_deelsrtcontrole records
|
||||
if (rowdata.insDeelSrtContrKey && rowdata.insDeelSrtContrKey > -1 &&
|
||||
rowdata.insDeelSrtContrStatus && rowdata.insDeelSrtContrStatus == 0 && // Ingepland (0)
|
||||
if (rowdata.insDeelSrtContrKey != null && rowdata.insDeelSrtContrKey > -1 &&
|
||||
rowdata.insDeelSrtContrStatus != null && rowdata.insDeelSrtContrStatus == 0 && // Ingepland (0)
|
||||
(!rowdata.insScenKey || rowdata.insScenKey == 1))
|
||||
{
|
||||
ins_key_arr.push(rowdata.insKey);
|
||||
|
||||
Reference in New Issue
Block a user