WOXX#91655: Facilitor: Problemen bij taakvoltooiing WOST voor begroting 2026.
svn path=/Website/branches/v2025.3/; revision=71097
This commit is contained in:
@@ -6057,7 +6057,9 @@ ins = {checkAutLevel:
|
|||||||
+ " WHERE idsc2.ins_deel_key = xcp.ins_deel_key"
|
+ " WHERE idsc2.ins_deel_key = xcp.ins_deel_key"
|
||||||
+ " AND idsc2.ins_srtcontrole_key = xcp.ins_srtcontrole_key"
|
+ " AND idsc2.ins_srtcontrole_key = xcp.ins_srtcontrole_key"
|
||||||
+ " AND idsc2.ins_scenario_key = xcp.ins_scenario_key)"
|
+ " AND idsc2.ins_scenario_key = xcp.ins_scenario_key)"
|
||||||
+ " AND idsc1.ins_deelsrtcontrole_status IN (2" + (finish? ", 3" : "") + "))");
|
+ " AND idsc1.ins_deelsrtcontrole_status IN (2" + (finish? ", 3" : "") + ")"
|
||||||
|
+ " AND EXTRACT(YEAR FROM idsc1.ins_deelsrtcontrole_freezedate) <= " + mjb_freeze_or_sys_year
|
||||||
|
+ " )");
|
||||||
|
|
||||||
if (pricechange)
|
if (pricechange)
|
||||||
mjblist_sql += " AND (xcp.ins_srtcontroledl_xcp_eind IS NULL OR xcp.ins_srtcontroledl_xcp_eind >= SYSDATE)"; // 1) Prijswijziging: Niet vervallen.
|
mjblist_sql += " AND (xcp.ins_srtcontroledl_xcp_eind IS NULL OR xcp.ins_srtcontroledl_xcp_eind >= SYSDATE)"; // 1) Prijswijziging: Niet vervallen.
|
||||||
|
|||||||
Reference in New Issue
Block a user