UWVA#51314 afleveradres opdrachtbonnen terugvallen op locatieadres indien geen gebouw aflever
svn path=/Website/branches/v2017.2/; revision=36694
This commit is contained in:
@@ -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">  <xsl:value-of select="melding/plaats/regio/district/locatie/gebouw/afleveradres/bezoek_postcode"/>  <xsl:value-of select="melding/plaats/regio/district/locatie/gebouw/afleveradres/bezoek_plaats"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td/>
|
||||
<td class="value" colspan="3">  <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">  <xsl:value-of select="melding/plaats/regio/district/locatie/gebouw/afleveradres/bezoek_postcode"/>  <xsl:value-of select="melding/plaats/regio/district/locatie/gebouw/afleveradres/bezoek_plaats"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td/>
|
||||
<td colspan="3" class="value">  <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">  <xsl:value-of select="melding/plaats/regio/district/locatie/postcode"/>  <xsl:value-of select="melding/plaats/regio/district/locatie/plaats"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td/>
|
||||
<td colspan="3" class="value">  <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">  <xsl:value-of select="melding/plaats/regio/district/locatie/gebouw/afleveradres/bezoek_postcode"/>  <xsl:value-of select="melding/plaats/regio/district/locatie/gebouw/afleveradres/bezoek_plaats"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td/>
|
||||
<td colspan="3" class="value">  <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">  <xsl:value-of select="melding/plaats/regio/district/locatie/gebouw/afleveradres/bezoek_postcode"/>  <xsl:value-of select="melding/plaats/regio/district/locatie/gebouw/afleveradres/bezoek_plaats"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td/>
|
||||
<td colspan="3" class="value">  <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">  <xsl:value-of select="melding/plaats/regio/district/locatie/postcode"/>  <xsl:value-of select="melding/plaats/regio/district/locatie/plaats"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td/>
|
||||
<td colspan="3" class="value">  <xsl:value-of select="melding/plaats/regio/district/locatie/post_land"/></td>
|
||||
</tr>
|
||||
</xsl:otherwise>
|
||||
</xsl:choose>
|
||||
<tr>
|
||||
<td colspan="4" height="10px"/>
|
||||
</tr>
|
||||
|
||||
Reference in New Issue
Block a user