FSN#53893 Voorstel/Bevestiging reserveringsbonnen
svn path=/Website/branches/v2018.2/; revision=40397
This commit is contained in:
@@ -375,10 +375,10 @@
|
||||
<xsl:otherwise>€ <xsl:value-of select="format-number (res_ruimte/prijs * 0.5, '0,00', 'european')"/></xsl:otherwise>
|
||||
</xsl:choose-->
|
||||
<xsl:choose>
|
||||
<xsl:when test="prijs!=''">
|
||||
<xsl:when test="ruimteprijs!=''">
|
||||
<xsl:choose>
|
||||
<xsl:when test="$tarief='Commercieel'">€ <xsl:value-of select="format-number (prijs div $r_duur, '0,00', 'european')"/></xsl:when>
|
||||
<xsl:otherwise>€ <xsl:value-of select="format-number (0.5 * (prijs div $r_duur), '0,00', 'european')"/></xsl:otherwise>
|
||||
<xsl:when test="$tarief='Commercieel'">€ <xsl:value-of select="format-number (ruimteprijs div $r_duur, '0,00', 'european')"/></xsl:when>
|
||||
<xsl:otherwise>€ <xsl:value-of select="format-number (0.5 * (ruimteprijs div $r_duur), '0,00', 'european')"/></xsl:otherwise>
|
||||
</xsl:choose>
|
||||
</xsl:when>
|
||||
<xsl:otherwise>
|
||||
@@ -396,10 +396,10 @@
|
||||
<xsl:otherwise>€ <xsl:value-of select="format-number ((tot/timestamp - van/timestamp) div 3600 * res_ruimte/prijs * 0.5, '0,00', 'european')"/></xsl:otherwise>
|
||||
</xsl:choose-->
|
||||
<xsl:choose>
|
||||
<xsl:when test="prijs!=''">
|
||||
<xsl:when test="ruimteprijs!=''">
|
||||
<xsl:choose>
|
||||
<xsl:when test="$tarief='Commercieel'">€ <xsl:value-of select="format-number (prijs, '0,00', 'european')"/></xsl:when>
|
||||
<xsl:otherwise>€ <xsl:value-of select="format-number (0.5 * prijs, '0,00', 'european')"/></xsl:otherwise>
|
||||
<xsl:when test="$tarief='Commercieel'">€ <xsl:value-of select="format-number (ruimteprijs, '0,00', 'european')"/></xsl:when>
|
||||
<xsl:otherwise>€ <xsl:value-of select="format-number (0.5 * ruimteprijs, '0,00', 'european')"/></xsl:otherwise>
|
||||
</xsl:choose>
|
||||
</xsl:when>
|
||||
<xsl:otherwise>
|
||||
@@ -441,10 +441,10 @@
|
||||
<xsl:otherwise><br/>€ <xsl:value-of select="format-number (res_ruimte/prijs * 0.5, '0,00', 'european')"/></xsl:otherwise>
|
||||
</xsl:choose-->
|
||||
<xsl:choose>
|
||||
<xsl:when test="prijs!=''">
|
||||
<xsl:when test="ruimteprijs!=''">
|
||||
<xsl:choose>
|
||||
<xsl:when test="$tarief='Commercieel'"><br/>€ <xsl:value-of select="format-number (prijs div $r_duur, '0,00', 'european')"/></xsl:when>
|
||||
<xsl:otherwise><br/>€ <xsl:value-of select="format-number (0.5 * (prijs div $r_duur), '0,00', 'european')"/></xsl:otherwise>
|
||||
<xsl:when test="$tarief='Commercieel'"><br/>€ <xsl:value-of select="format-number (ruimteprijs div $r_duur, '0,00', 'european')"/></xsl:when>
|
||||
<xsl:otherwise><br/>€ <xsl:value-of select="format-number (0.5 * (ruimteprijs div $r_duur), '0,00', 'european')"/></xsl:otherwise>
|
||||
</xsl:choose>
|
||||
</xsl:when>
|
||||
<xsl:otherwise>
|
||||
@@ -462,10 +462,10 @@
|
||||
<xsl:otherwise><br/>€ <xsl:value-of select="format-number ((tot/timestamp - van/timestamp) div 3600 * res_ruimte/prijs * 0.5, '0,00', 'european')"/></xsl:otherwise>
|
||||
</xsl:choose-->
|
||||
<xsl:choose>
|
||||
<xsl:when test="prijs!=''">
|
||||
<xsl:when test="ruimteprijs!=''">
|
||||
<xsl:choose>
|
||||
<xsl:when test="$tarief='Commercieel'"><br/>€ <xsl:value-of select="format-number (prijs, '0,00', 'european')"/></xsl:when>
|
||||
<xsl:otherwise><br/>€ <xsl:value-of select="format-number (0.5 * prijs, '0,00', 'european')"/></xsl:otherwise>
|
||||
<xsl:when test="$tarief='Commercieel'"><br/>€ <xsl:value-of select="format-number (ruimteprijs, '0,00', 'european')"/></xsl:when>
|
||||
<xsl:otherwise><br/>€ <xsl:value-of select="format-number (0.5 * ruimteprijs, '0,00', 'european')"/></xsl:otherwise>
|
||||
</xsl:choose>
|
||||
</xsl:when>
|
||||
<xsl:otherwise>
|
||||
|
||||
Reference in New Issue
Block a user