SROZ#56105 Reserveringsbon/Ontdubbelen faciliteiten
svn path=/Website/branches/v2018.2/; revision=40591
This commit is contained in:
@@ -300,11 +300,15 @@
|
||||
<tr><td colspan="4"><b><br/>Omschrijving</b><br/><xsl:call-template name="linebreaks"><xsl:with-param name="string" select="rsv_ruimte[volgnr=$cur_volgnr]/opmerking"/></xsl:call-template></td></tr>
|
||||
<tr><td colspan="4"><b><br/>Faciliteiten</b></td></tr>
|
||||
<xsl:variable name="ruimtelijst">
|
||||
<xsl:for-each select="//rsv_ruimte/res_ruimte[not(.=preceding::*)]">
|
||||
<xsl:copy-of select="."/>
|
||||
<xsl:for-each select="//rsv_ruimte/res_ruimte">
|
||||
<!--xsl:copy-of select="."/-->
|
||||
<faciliteit>
|
||||
<nr><xsl:value-of select="nr"/></nr>
|
||||
<omschrijving><xsl:value-of select="omschrijving"/></omschrijving>
|
||||
</faciliteit>
|
||||
</xsl:for-each>
|
||||
</xsl:variable>
|
||||
<xsl:for-each select="msxml:node-set($ruimtelijst)/res_ruimte">
|
||||
<xsl:for-each select="msxml:node-set($ruimtelijst)/faciliteit[not(.=preceding::*)]">
|
||||
<xsl:sort select="nr"/>
|
||||
<xsl:choose>
|
||||
<xsl:when test="position()=1">
|
||||
@@ -316,7 +320,7 @@
|
||||
</xsl:choose>
|
||||
<tr><td colspan="4"><xsl:call-template name="linebreaks"><xsl:with-param name="string" select="omschrijving"/></xsl:call-template></td></tr>
|
||||
</xsl:for-each>
|
||||
<xsl:if test="count(msxml:node-set($ruimtelijst)/res_ruimte)=0"><tr><td colspan="4">-</td></tr></xsl:if>
|
||||
<xsl:if test="count(msxml:node-set($ruimtelijst)/faciliteit)=0"><tr><td colspan="4">-</td></tr></xsl:if>
|
||||
<tr><td colspan="4"><b><br/>Catering</b></td></tr>
|
||||
<xsl:variable name="artikellijst">
|
||||
<xsl:for-each select="//rsv_ruimte/rsv_artikel/res_artikel[not(.=preceding::*)]">
|
||||
|
||||
Reference in New Issue
Block a user