VGLD#43547 -- Wijziging kostenplaatsen naar Exact
svn path=/Website/branches/v2017.2/; revision=35846
This commit is contained in:
@@ -40,7 +40,7 @@
|
||||
</xsl:apply-templates>
|
||||
</btwcode>
|
||||
<btw_bdr><xsl:value-of select="fin_factuurregel_btw_bedrag"/></btw_bdr>
|
||||
<kstplcode><xsl:apply-templates select="prs_kostenplaats_nr"/></kstplcode>
|
||||
<kstplcode><xsl:value-of select="prs_kostenplaats_nr"/></kstplcode>
|
||||
</boekingsregel>
|
||||
</xsl:for-each>
|
||||
</kopregel>
|
||||
@@ -55,16 +55,5 @@
|
||||
<xsl:otherwise>0</xsl:otherwise>
|
||||
</xsl:choose>
|
||||
</xsl:template>
|
||||
|
||||
<xsl:template match="prs_kostenplaats_nr">
|
||||
<xsl:choose>
|
||||
<xsl:when test=". >= '230' and . <= '299'">230</xsl:when>
|
||||
<xsl:when test=". >= '340' and . <= '399'">340</xsl:when>
|
||||
<xsl:otherwise><xsl:value-of select="."/></xsl:otherwise>
|
||||
</xsl:choose>
|
||||
</xsl:template>
|
||||
|
||||
|
||||
|
||||
|
||||
</xsl:stylesheet>
|
||||
|
||||
Reference in New Issue
Block a user