FSN#39567: Van MJOB naar MJOP/R. QA

svn path=/Website/trunk/; revision=34902
This commit is contained in:
Peter Feij
2017-08-10 11:42:19 +00:00
parent 2deffa0642
commit bcdfea8b9b
3 changed files with 3 additions and 2 deletions

View File

@@ -11,7 +11,7 @@ function institute_scenario(key, table)
function() {
var data = { scenario: key };
protectRequest.dataToken(data);
$.post("../mjb/mjb_institute_scen.asp"
$.post("../mjb/mjb_commit_scen.asp"
, data
, FcltCallbackClose
, "json");

View File

@@ -150,7 +150,7 @@ for (var i = 0; i < ingesloten.length; i++)
+ " FROM ins_deelsrtcontrole idsc"
+ " WHERE idsc.ins_deel_key = " + ingesloten[i].ins_key
+ " AND idsc.ins_srtcontrole_key = " + ingesloten[i].srtcont_key
+ " AND idsc.ins_scenario_key = 1;
+ " AND idsc.ins_scenario_key = 1";
var oRs = Oracle.Execute(sql);
if (!oRs.eof)
{

View File

@@ -123,6 +123,7 @@ FCLTHeader.Requires({ plugins: ["jQuery"],
+ " , ins_scenario_omschrijving"
+ " FROM ins_scenario"
+ " WHERE ins_scenario_verwerkt IS NULL"
+ " AND ins_scenario_key <> 1" // niet die actieve
+ " ORDER BY ins_scenario_omschrijving";
var oRs = Oracle.Execute(sql);
FCLTselector("scenario",