MARX#57395: Ontbrekende factuurregels in factuur import (info-verlies!)

svn path=/Website/branches/v2019.1/; revision=42069
This commit is contained in:
Marcel Bourseau
2019-04-10 18:22:28 +00:00
parent cdd0c80158
commit 4c77d2ec2d
4 changed files with 18 additions and 18 deletions

View File

@@ -88,12 +88,12 @@
<xsl:with-param name="p_param1">
<xsl:call-template name="COALESCE">
<!-- INSBOU004 en SALES005 heeft Id-->
<xsl:with-param name="p_param1" select="TradeItemIdentification/SuppliersTradeItemId"/>
<xsl:with-param name="p_param1" select="substring(TradeItemIdentification/SuppliersTradeItemId,1,30)"/>
<!-- INSBOU003 heeft Identification-->
<xsl:with-param name="p_param2" select="TradeItemIdentification/SuppliersTradeItemIdentification"/>
<xsl:with-param name="p_param2" select="substring(TradeItemIdentification/SuppliersTradeItemIdentification,1,30)"/>
</xsl:call-template>
</xsl:with-param>
<xsl:with-param name="p_param2" select="TradeItemIdentification/GTIN"/>
<xsl:with-param name="p_param2" select="substring(TradeItemIdentification/GTIN,1,30)"/>
</xsl:call-template>
</xsl:template>
@@ -120,12 +120,12 @@
<xsl:with-param name="p_param1">
<xsl:call-template name="COALESCE">
<!-- INSBOU004 en SALES005 heeft Id-->
<xsl:with-param name="p_param1" select="insbou4:TradeItemIdentification/insbou4:SuppliersTradeItemId"/>
<xsl:with-param name="p_param1" select="substring(insbou4:TradeItemIdentification/insbou4:SuppliersTradeItemId,1,30)"/>
<!-- INSBOU003 heeft Identification-->
<xsl:with-param name="p_param2" select="insbou4:TradeItemIdentification/insbou4:SuppliersTradeItemIdentification"/>
<xsl:with-param name="p_param2" select="substring(insbou4:TradeItemIdentification/insbou4:SuppliersTradeItemIdentification,1,30)"/>
</xsl:call-template>
</xsl:with-param>
<xsl:with-param name="p_param2" select="insbou4:TradeItemIdentification/insbou4:GTIN"/>
<xsl:with-param name="p_param2" select="substring(insbou4:TradeItemIdentification/insbou4:GTIN,1,30)"/>
</xsl:call-template>
</xsl:template>
@@ -154,12 +154,12 @@
<xsl:with-param name="p_param1">
<xsl:call-template name="COALESCE">
<!-- INSBOU004 en SALES005 heeft Id-->
<xsl:with-param name="p_param1" select="sales005:TradeItemIdentification/sales005:SuppliersTradeItemId"/>
<xsl:with-param name="p_param1" select="substring(sales005:TradeItemIdentification/sales005:SuppliersTradeItemId,1,30)"/>
<!-- INSBOU003 heeft Identification-->
<xsl:with-param name="p_param2" select="sales005:TradeItemIdentification/sales005:SuppliersTradeItemIdentification"/>
<xsl:with-param name="p_param2" select="substring(sales005:TradeItemIdentification/sales005:SuppliersTradeItemIdentification,1,30)"/>
</xsl:call-template>
</xsl:with-param>
<xsl:with-param name="p_param2" select="sales005:TradeItemIdentification/sales005:GTIN"/>
<xsl:with-param name="p_param2" select="substring(sales005:TradeItemIdentification/sales005:GTIN,1,30)"/>
</xsl:call-template>
</xsl:template>

View File

@@ -34,12 +34,12 @@
<xsl:with-param name="p_param1">
<xsl:call-template name="COALESCE">
<!-- INSBOU004 en SALES005 heeft Id-->
<xsl:with-param name="p_param1" select="TradeItemIdentification/SuppliersTradeItemId"/>
<xsl:with-param name="p_param1" select="substring(TradeItemIdentification/SuppliersTradeItemId,1,30)"/>
<!-- INSBOU003 heeft Identification-->
<xsl:with-param name="p_param2" select="TradeItemIdentification/SuppliersTradeItemIdentification"/>
<xsl:with-param name="p_param2" select="substring(TradeItemIdentification/SuppliersTradeItemIdentification,1,30)"/>
</xsl:call-template>
</xsl:with-param>
<xsl:with-param name="p_param2" select="TradeItemIdentification/GTIN"/>
<xsl:with-param name="p_param2" select="substring(TradeItemIdentification/GTIN,1,30)"/>
</xsl:call-template>
</xsl:template>

View File

@@ -34,12 +34,12 @@
<xsl:with-param name="p_param1">
<xsl:call-template name="COALESCE">
<!-- INSBOU004 en SALES005 heeft Id-->
<xsl:with-param name="p_param1" select="insbou4:TradeItemIdentification/insbou4:SuppliersTradeItemId"/>
<xsl:with-param name="p_param1" select="substring(insbou4:TradeItemIdentification/insbou4:SuppliersTradeItemId,1,30)"/>
<!-- INSBOU003 heeft Identification-->
<xsl:with-param name="p_param2" select="insbou4:TradeItemIdentification/insbou4:SuppliersTradeItemIdentification"/>
<xsl:with-param name="p_param2" select="substring(insbou4:TradeItemIdentification/insbou4:SuppliersTradeItemIdentification,1,30)"/>
</xsl:call-template>
</xsl:with-param>
<xsl:with-param name="p_param2" select="insbou4:TradeItemIdentification/insbou4:GTIN"/>
<xsl:with-param name="p_param2" select="substring(insbou4:TradeItemIdentification/insbou4:GTIN,1,30)"/>
</xsl:call-template>
</xsl:template>

View File

@@ -36,12 +36,12 @@
<xsl:with-param name="p_param1">
<xsl:call-template name="COALESCE">
<!-- INSBOU004 en SALES005 heeft Id-->
<xsl:with-param name="p_param1" select="sales005:TradeItemIdentification/sales005:SuppliersTradeItemId"/>
<xsl:with-param name="p_param1" select="substring(sales005:TradeItemIdentification/sales005:SuppliersTradeItemId,1,30)"/>
<!-- INSBOU003 heeft Identification-->
<xsl:with-param name="p_param2" select="sales005:TradeItemIdentification/sales005:SuppliersTradeItemIdentification"/>
<xsl:with-param name="p_param2" select="substring(sales005:TradeItemIdentification/sales005:SuppliersTradeItemIdentification,1,30)"/>
</xsl:call-template>
</xsl:with-param>
<xsl:with-param name="p_param2" select="sales005:TradeItemIdentification/sales005:GTIN"/>
<xsl:with-param name="p_param2" select="substring(sales005:TradeItemIdentification/sales005:GTIN,1,30)"/>
</xsl:call-template>
</xsl:template>