FSN#39567: Van MJOB naar MJOP/R. QA
svn path=/Website/trunk/; revision=34902
This commit is contained in:
@@ -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");
|
||||
|
||||
@@ -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)
|
||||
{
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user