MARX#40915: Opdrachten van Van den Bouwhuijsen worden niet verstuurd

svn path=/Website/branches/v2017.1/; revision=34314
This commit is contained in:
Marcel Bourseau
2017-06-16 08:48:38 +00:00
parent 083596f341
commit e3b238a1c7
6 changed files with 12 additions and 0 deletions

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>