UWVA#51314 afleveradres opdrachtbonnen terugvallen op locatieadres indien geen gebouw aflever

svn path=/Website/branches/v2017.2/; revision=36694
This commit is contained in:
Ruud Lipper
2018-01-24 08:29:32 +00:00
parent afd847a473
commit 1a78f2470e

View File

@@ -2631,14 +2631,28 @@ Wij verzoeken je <xsl:call-template name="kto_url"><xsl:with-param name="bmr">b<
<td class="label"> Locatie</td>
<td class="value" colspan="3">: <xsl:value-of select="melding/plaats/regio/district/locatie/omschrijving"/></td>
</tr>
<tr>
<td/>
<td class="value" colspan="3">&#xA0;&#xA0;<xsl:value-of select="melding/plaats/regio/district/locatie/gebouw/afleveradres/bezoek_postcode"/>&#xA0;&#xA0;<xsl:value-of select="melding/plaats/regio/district/locatie/gebouw/afleveradres/bezoek_plaats"/></td>
</tr>
<tr>
<td/>
<td class="value" colspan="3">&#xA0;&#xA0;<xsl:value-of select="melding/plaats/regio/district/locatie/gebouw/afleveradres/bezoek_land"/></td>
</tr>
<xsl:choose>
<xsl:when test="melding/plaats/regio/district/locatie/gebouw/afleveradres">
<tr>
<td/>
<td colspan="3" class="value">&#xA0;&#xA0;<xsl:value-of select="melding/plaats/regio/district/locatie/gebouw/afleveradres/bezoek_postcode"/>&#xA0;&#xA0;<xsl:value-of select="melding/plaats/regio/district/locatie/gebouw/afleveradres/bezoek_plaats"/></td>
</tr>
<tr>
<td/>
<td colspan="3" class="value">&#xA0;&#xA0;<xsl:value-of select="melding/plaats/regio/district/locatie/gebouw/afleveradres/bezoek_land"/></td>
</tr>
</xsl:when>
<xsl:otherwise>
<tr>
<td/>
<td colspan="3" class="value">&#xA0;&#xA0;<xsl:value-of select="melding/plaats/regio/district/locatie/postcode"/>&#xA0;&#xA0;<xsl:value-of select="melding/plaats/regio/district/locatie/plaats"/></td>
</tr>
<tr>
<td/>
<td colspan="3" class="value">&#xA0;&#xA0;<xsl:value-of select="melding/plaats/regio/district/locatie/post_land"/></td>
</tr>
</xsl:otherwise>
</xsl:choose>
<tr>
<td height="10px" colspan="4"/>
</tr>
@@ -2893,14 +2907,28 @@ Wij verzoeken je <xsl:call-template name="kto_url"><xsl:with-param name="bmr">b<
<td class="label"> Locatie</td>
<td colspan="3" class="value">: <xsl:value-of select="melding/plaats/regio/district/locatie/omschrijving"/></td>
</tr>
<tr>
<td/>
<td colspan="3" class="value">&#xA0;&#xA0;<xsl:value-of select="melding/plaats/regio/district/locatie/gebouw/afleveradres/bezoek_postcode"/>&#xA0;&#xA0;<xsl:value-of select="melding/plaats/regio/district/locatie/gebouw/afleveradres/bezoek_plaats"/></td>
</tr>
<tr>
<td/>
<td colspan="3" class="value">&#xA0;&#xA0;<xsl:value-of select="melding/plaats/regio/district/locatie/gebouw/afleveradres/bezoek_land"/></td>
</tr>
<xsl:choose>
<xsl:when test="melding/plaats/regio/district/locatie/gebouw/afleveradres">
<tr>
<td/>
<td colspan="3" class="value">&#xA0;&#xA0;<xsl:value-of select="melding/plaats/regio/district/locatie/gebouw/afleveradres/bezoek_postcode"/>&#xA0;&#xA0;<xsl:value-of select="melding/plaats/regio/district/locatie/gebouw/afleveradres/bezoek_plaats"/></td>
</tr>
<tr>
<td/>
<td colspan="3" class="value">&#xA0;&#xA0;<xsl:value-of select="melding/plaats/regio/district/locatie/gebouw/afleveradres/bezoek_land"/></td>
</tr>
</xsl:when>
<xsl:otherwise>
<tr>
<td/>
<td colspan="3" class="value">&#xA0;&#xA0;<xsl:value-of select="melding/plaats/regio/district/locatie/postcode"/>&#xA0;&#xA0;<xsl:value-of select="melding/plaats/regio/district/locatie/plaats"/></td>
</tr>
<tr>
<td/>
<td colspan="3" class="value">&#xA0;&#xA0;<xsl:value-of select="melding/plaats/regio/district/locatie/post_land"/></td>
</tr>
</xsl:otherwise>
</xsl:choose>
<tr>
<td colspan="4" height="10px"/>
</tr>