NYBU#40594 Aanpassen diverse rapportages/ HUUR: Huurovereenkomst student ook voor niet actieve contracten

svn path=/Website/branches/v2017.1/; revision=34502
This commit is contained in:
Suzan Wiegerinck
2017-07-03 12:46:45 +00:00
parent d0145065b0
commit 5d69266bb0

View File

@@ -16,7 +16,7 @@
</xsl:choose>
</xsl:variable>
<xsl:variable name="srtnotificatiecode">CUST02</xsl:variable>
<xsl:variable name="Xsrtnotificatiecode">CUST02</xsl:variable>
<xsl:key name="regel" match="//facilitor/rapport/rapport_data/data_row" use="HIDE_F_REGEL"/>
<xsl:key name="catalogus" match="//facilitor/rapport/rapport_data/data_row" use="FCLT_F_CATALOGUS"/>
@@ -1398,6 +1398,23 @@
</xsl:for-each>
</body>
</xsl:when>
<xsl:when test="translate(@view, $smallcase, $uppercase)='NYBU_V_RAP_CNT_STUDENT_ALL'">
<head>
<xsl:call-template name="printstyle"/>
</head>
<body style="margin-top: 0;">
<xsl:for-each select="rapport_data/data_row">
<xsl:sort select="FCLT_F_TONEN"/>
<xsl:if test="FCLT_F_TONEN='Bevestigingsbrief'">
<xsl:apply-templates select="." mode="bevestigingsbrief"/>
</xsl:if>
<xsl:if test="FCLT_F_TONEN='Contract'">
<xsl:apply-templates select="." mode="huurovereenkomst_student"/>
</xsl:if>
</xsl:for-each>
</body>
</xsl:when>
<xsl:when test="translate(@view, $smallcase, $uppercase)='NYBU_V_RAP_CONTRACT_MEDEWERKER'">
<head>