VENR#36814 tekst reservering in avonduren

svn path=/Website/branches/v2016.1/; revision=30251
This commit is contained in:
Ruud Lipper
2016-08-10 10:34:36 +00:00
parent 06df0e37fd
commit e1e3b25647

View File

@@ -1198,9 +1198,12 @@
</xsl:template>
<xsl:template name="res_begintext">
<xsl:variable name="totcalc">
<xsl:value-of select="number(concat(substring(rsv_ruimte/tot/tijd,1,2),substring(rsv_ruimte/tot/tijd,4,5)))"/>
</xsl:variable>
<tr>
<td colspan="4" class="tekst">
<xsl:if test="rsv_ruimte/tot/tijd &gt; '18:00'">
<xsl:if test="$totcalc &gt; 1800">
<b><xsl:value-of select="rsv_ruimte/kenmerk[@key=81]"/></b>
</xsl:if>
</td>