VLKC#40024 %-teken igv. enkelvoudige factuur ook maar weglaten in BTW-kolom
svn path=/Website/branches/v2016.3/; revision=33332
This commit is contained in:
@@ -37,7 +37,7 @@
|
|||||||
</xsl:choose>
|
</xsl:choose>
|
||||||
</xsl:variable>
|
</xsl:variable>
|
||||||
<xsl:variable name="btwpct">
|
<xsl:variable name="btwpct">
|
||||||
<xsl:value-of select="Invoice/Fields/Field[@Name='BTW%']"/>
|
<xsl:value-of select="substring-before(Invoice/Fields/Field[@Name='BTW%'], '%')"/>
|
||||||
</xsl:variable>
|
</xsl:variable>
|
||||||
<xsl:variable name="btwbedrag">
|
<xsl:variable name="btwbedrag">
|
||||||
<xsl:choose>
|
<xsl:choose>
|
||||||
|
|||||||
Reference in New Issue
Block a user