MARX#40915: Opdrachten van Van den Bouwhuijsen worden niet verstuurd
svn path=/Website/branches/v2017.1/; revision=34314
This commit is contained in:
@@ -260,9 +260,11 @@
|
||||
<xsl:template name="construct_instruction_pricelines" xmlns="http://www.gs1.nl/onderhoudsopdracht/insbou/001">
|
||||
<xsl:param name="p_price"/>
|
||||
<xsl:param name="p_taxperc"/>
|
||||
<xsl:if test="$p_price != ''">
|
||||
<PriceInformation>
|
||||
<Price><xsl:value-of select="$p_price"/></Price>
|
||||
</PriceInformation>
|
||||
</xsl:if>
|
||||
<VATInformation>
|
||||
<VATRate>S</VATRate>
|
||||
<VATPercentage><xsl:value-of select="$p_taxperc"/></VATPercentage>
|
||||
|
||||
@@ -265,9 +265,11 @@
|
||||
<xsl:template name="construct_instruction_pricelines" xmlns="http://www.gs1.nl/onderhoudsopdracht/insbou/001">
|
||||
<xsl:param name="p_price"/>
|
||||
<xsl:param name="p_taxperc"/>
|
||||
<xsl:if test="$p_price != ''">
|
||||
<PriceInformation>
|
||||
<Price><xsl:value-of select="$p_price"/></Price>
|
||||
</PriceInformation>
|
||||
</xsl:if>
|
||||
<VATInformation>
|
||||
<VATRate>S</VATRate>
|
||||
<VATPercentage><xsl:value-of select="$p_taxperc"/></VATPercentage>
|
||||
|
||||
@@ -253,9 +253,11 @@
|
||||
<xsl:template name="construct_instruction_pricelines">
|
||||
<xsl:param name="p_price"/>
|
||||
<xsl:param name="p_taxperc"/>
|
||||
<xsl:if test="$p_price != ''">
|
||||
<PriceInformation>
|
||||
<Price><xsl:value-of select="$p_price"/></Price>
|
||||
</PriceInformation>
|
||||
</xsl:if>
|
||||
<VATInformation>
|
||||
<VATRate>S</VATRate>
|
||||
<VATPercentage><xsl:value-of select="$p_taxperc"/></VATPercentage>
|
||||
|
||||
@@ -256,9 +256,11 @@
|
||||
<xsl:template name="construct_instruction_pricelines" xmlns="http://www.gs1.nl/onderhoudsopdracht/insbou/001">
|
||||
<xsl:param name="p_price"/>
|
||||
<xsl:param name="p_taxperc"/>
|
||||
<xsl:if test="$p_price != ''">
|
||||
<PriceInformation>
|
||||
<Price><xsl:value-of select="$p_price"/></Price>
|
||||
</PriceInformation>
|
||||
</xsl:if>
|
||||
<VATInformation>
|
||||
<VATRate>S</VATRate>
|
||||
<VATPercentage><xsl:value-of select="$p_taxperc"/></VATPercentage>
|
||||
|
||||
@@ -257,6 +257,7 @@
|
||||
<xsl:template name="construct_instruction_pricelines">
|
||||
<xsl:param name="p_price"/>
|
||||
<xsl:param name="p_taxperc"/>
|
||||
<xsl:if test="$p_price != ''">
|
||||
<PriceInformation>
|
||||
<Price><xsl:value-of select="$p_price"/></Price>
|
||||
<PriceBase>
|
||||
@@ -264,6 +265,7 @@
|
||||
<MeasureUnitPriceBasis></MeasureUnitPriceBasis>
|
||||
</PriceBase>
|
||||
</PriceInformation>
|
||||
</xsl:if>
|
||||
<VATInformation>
|
||||
<VATRate>S</VATRate>
|
||||
<VATPercentage><xsl:value-of select="$p_taxperc"/></VATPercentage>
|
||||
|
||||
@@ -265,6 +265,7 @@
|
||||
<xsl:template name="construct_instruction_pricelines" xmlns="http://www.ketenstandaard.nl/onderhoudsopdracht/SALES/005">
|
||||
<xsl:param name="p_price"/>
|
||||
<xsl:param name="p_taxperc"/>
|
||||
<xsl:if test="$p_price != ''">
|
||||
<PriceInformation>
|
||||
<Price><xsl:value-of select="$p_price"/></Price>
|
||||
<PriceBase>
|
||||
@@ -272,6 +273,7 @@
|
||||
<MeasureUnitPriceBasis></MeasureUnitPriceBasis>
|
||||
</PriceBase>
|
||||
</PriceInformation>
|
||||
</xsl:if>
|
||||
<VATInformation>
|
||||
<VATRate>S</VATRate>
|
||||
<VATPercentage><xsl:value-of select="$p_taxperc"/></VATPercentage>
|
||||
|
||||
Reference in New Issue
Block a user