MARX#55214: OVERALL TICKET MARX15: Vervroegde HaagWonen release agv Alliantie VFU "MovinU"
svn path=/Website/branches/v2018.1/; revision=39749
This commit is contained in:
@@ -189,7 +189,8 @@
|
||||
</xsl:choose>
|
||||
</xsl:with-param>
|
||||
<xsl:with-param name="p_NormPriceCode" select="substring(normalize-space(code),1,17)"/>
|
||||
<xsl:with-param name="p_LEDOInformation" select="substring(extra3,1,1000)"/>
|
||||
<xsl:with-param name="p_LEDO_Locatie" select="substring(groep,1,70)"/>
|
||||
<xsl:with-param name="p_LEDO_Defect" select="substring(extra3,1,1000)"/>
|
||||
<xsl:with-param name="p_ShortDescription" select="substring(omschrijving,1,35)"/>
|
||||
<xsl:with-param name="p_LongDescription" select="substring(info,1,70)"/>
|
||||
<xsl:with-param name="p_FreeText" select="substring(melding/kenmerk[@key='6'],1,1000)"/>
|
||||
@@ -219,7 +220,8 @@
|
||||
<xsl:with-param name="p_Quantity" select="'1'"/>
|
||||
<xsl:with-param name="p_MeasurementUnitQuantity" select="'PCE'"/>
|
||||
<xsl:with-param name="p_NormPriceCode" select="''"/>
|
||||
<xsl:with-param name="p_LEDOInformation">
|
||||
<xsl:with-param name="p_LEDO_Locatie" select="''"/>
|
||||
<xsl:with-param name="p_LEDO_Defect">
|
||||
<!-- als memo veld (key 12) is gevuld, dan gaan we die tonen, anders de opdrachtomschrijving (waar de memo ook in zit, dit is alleen bij oude opdrachten van voor release MARX07 -->
|
||||
<xsl:choose>
|
||||
<xsl:when test="kenmerk[@key=12] != ''"><xsl:value-of select="substring(kenmerk[@key=12],1,1000)"/></xsl:when>
|
||||
@@ -243,8 +245,9 @@
|
||||
<xsl:param name="p_LineNumber"/>
|
||||
<xsl:param name="p_Quantity"/>
|
||||
<xsl:param name="p_MeasurementUnitQuantity"/>
|
||||
<xsl:param name="p_NormPriceCode"/>
|
||||
<xsl:param name="p_LEDOInformation"/>
|
||||
<xsl:param name="p_NormPriceCode"/>
|
||||
<xsl:param name="p_LEDO_Locatie"/>
|
||||
<xsl:param name="p_LEDO_Defect"/>
|
||||
<xsl:param name="p_ShortDescription"/>
|
||||
<xsl:param name="p_LongDescription"/>
|
||||
<xsl:param name="p_FreeText"/>
|
||||
@@ -267,7 +270,8 @@
|
||||
<!-- SIDB: Tekstveld met de beschrijving van de ruimte waar het onderhoud moet plaats vinden, Optioneel, C(35). -->
|
||||
<!-- Melding kenmerk key 6 is objectomschrijving uit Tobias, hier maar voorlopig in gebruiken aan gebrek aan beter -->
|
||||
<LEDOInformation>
|
||||
<xsl:call-template name="XMLnode_IfNotEmpty_sales005"><xsl:with-param name="p_nodename" select="'Defect'"/><xsl:with-param name="p_value" select="$p_LEDOInformation"/></xsl:call-template>
|
||||
<xsl:call-template name="XMLnode_IfNotEmpty_sales005"><xsl:with-param name="p_nodename" select="'Location'"/><xsl:with-param name="p_value" select="$p_LEDO_Locatie"/></xsl:call-template>
|
||||
<xsl:call-template name="XMLnode_IfNotEmpty_sales005"><xsl:with-param name="p_nodename" select="'Defect'"/><xsl:with-param name="p_value" select="$p_LEDO_Defect"/></xsl:call-template>
|
||||
</LEDOInformation>
|
||||
<!-- SIDB - Voor de rest optioneel, onderstaande gegevens nog niet bekend via Mareon -->
|
||||
<xsl:call-template name="XMLnode_IfNotEmpty_sales005"><xsl:with-param name="p_nodename" select="'FreeText'"/><xsl:with-param name="p_value" select="$p_FreeText"/></xsl:call-template>
|
||||
|
||||
Reference in New Issue
Block a user