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() {
|
function() {
|
||||||
var data = { scenario: key };
|
var data = { scenario: key };
|
||||||
protectRequest.dataToken(data);
|
protectRequest.dataToken(data);
|
||||||
$.post("../mjb/mjb_institute_scen.asp"
|
$.post("../mjb/mjb_commit_scen.asp"
|
||||||
, data
|
, data
|
||||||
, FcltCallbackClose
|
, FcltCallbackClose
|
||||||
, "json");
|
, "json");
|
||||||
|
|||||||
@@ -150,7 +150,7 @@ for (var i = 0; i < ingesloten.length; i++)
|
|||||||
+ " FROM ins_deelsrtcontrole idsc"
|
+ " FROM ins_deelsrtcontrole idsc"
|
||||||
+ " WHERE idsc.ins_deel_key = " + ingesloten[i].ins_key
|
+ " WHERE idsc.ins_deel_key = " + ingesloten[i].ins_key
|
||||||
+ " AND idsc.ins_srtcontrole_key = " + ingesloten[i].srtcont_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);
|
var oRs = Oracle.Execute(sql);
|
||||||
if (!oRs.eof)
|
if (!oRs.eof)
|
||||||
{
|
{
|
||||||
@@ -123,6 +123,7 @@ FCLTHeader.Requires({ plugins: ["jQuery"],
|
|||||||
+ " , ins_scenario_omschrijving"
|
+ " , ins_scenario_omschrijving"
|
||||||
+ " FROM ins_scenario"
|
+ " FROM ins_scenario"
|
||||||
+ " WHERE ins_scenario_verwerkt IS NULL"
|
+ " WHERE ins_scenario_verwerkt IS NULL"
|
||||||
|
+ " AND ins_scenario_key <> 1" // niet die actieve
|
||||||
+ " ORDER BY ins_scenario_omschrijving";
|
+ " ORDER BY ins_scenario_omschrijving";
|
||||||
var oRs = Oracle.Execute(sql);
|
var oRs = Oracle.Execute(sql);
|
||||||
FCLTselector("scenario",
|
FCLTselector("scenario",
|
||||||
|
|||||||
Reference in New Issue
Block a user