FSN#40190: Aantal en eenheid overrulen in srtcontroledl_xcp record.
svn path=/Website/trunk/; revision=33955
This commit is contained in:
@@ -52,6 +52,8 @@ var xcp_groep;
|
||||
var xcp_startdatum = null;
|
||||
var xcp_vervaldatum = null;
|
||||
var xcp_opmerk;
|
||||
var xcp_aantal;
|
||||
var xcp_aanteh;
|
||||
var periodereartext = "";
|
||||
var periode;
|
||||
var eenheid;
|
||||
@@ -115,6 +117,8 @@ if (srtcont_key > 0)
|
||||
+ " , xcp.ins_srtcontroledl_xcp_startdat"
|
||||
+ " , xcp.ins_srtcontroledl_xcp_eind"
|
||||
+ " , xcp.ins_srtcontroledl_xcp_opmerk"
|
||||
+ " , xcp.ins_srtcontroledl_xcp_aantal"
|
||||
+ " , xcp.ins_srtcontroledl_xcp_aanteh"
|
||||
+ " , xcp.ins_scenario_key"
|
||||
+ " , isc.ins_srtcontrole_periode"
|
||||
+ " , isc.ins_srtcontrole_eenheid"
|
||||
@@ -150,6 +154,8 @@ if (srtcont_key > 0)
|
||||
xcp_startdatum = oRs("ins_srtcontroledl_xcp_startdat").Value? new Date(oRs("ins_srtcontroledl_xcp_startdat").Value) : null;
|
||||
xcp_vervaldatum = oRs("ins_srtcontroledl_xcp_eind").Value? new Date(oRs("ins_srtcontroledl_xcp_eind").Value) : null;
|
||||
xcp_opmerk = oRs("ins_srtcontroledl_xcp_opmerk").Value;
|
||||
xcp_aantal = oRs("ins_srtcontroledl_xcp_aantal").Value;
|
||||
xcp_aanteh = oRs("ins_srtcontroledl_xcp_aanteh").Value;
|
||||
periode = oRs("ins_srtcontrole_periode").Value;
|
||||
switch (oRs("ins_srtcontrole_eenheid").Value)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user