AAIT#35610 -- Extern nummer ook op zoeken om opdracht te vinden.
svn path=/Website/branches/v2016.1/; revision=30356
This commit is contained in:
@@ -26,6 +26,9 @@
|
||||
<xsl:attribute name="key">
|
||||
<xsl:value-of select="$opdrachtnummer"/>
|
||||
</xsl:attribute>
|
||||
<xsl:element name="externopdrnr">
|
||||
<xsl:value-of select="incidentnummer"/>
|
||||
</xsl:element>
|
||||
<xsl:element name="externnr">
|
||||
<xsl:value-of select="incidentnummer"/>
|
||||
</xsl:element>
|
||||
@@ -34,6 +37,9 @@
|
||||
<xsl:value-of select="incidentnummer"/>
|
||||
</xsl:element>
|
||||
<voor>300</voor>
|
||||
<xsl:element name="voor_email">
|
||||
<xsl:value-of select="email_aanmelder"/>
|
||||
</xsl:element>
|
||||
<stdmelding_key>2925</stdmelding_key>
|
||||
<typeopdr_key>901</typeopdr_key>
|
||||
<opmerking><xsl:value-of select="actie"/></opmerking>
|
||||
@@ -65,4 +71,4 @@
|
||||
</xsl:stylesheet>
|
||||
<!-- Stylesheet edited using Stylus Studio - (c) 2004-2007. Progress Software Corporation. All rights reserved. -->
|
||||
<!-- Stylesheet edited using Stylus Studio - (c) 2004-2007. Progress Software Corporation. All rights reserved. -->
|
||||
<!-- Stylesheet edited using Stylus Studio - (c) 2004-2007. Progress Software Corporation. All rights reserved. --><!-- Stylesheet edited using Stylus Studio - (c) 2004-2007. Progress Software Corporation. All rights reserved. --><!-- Stylesheet edited using Stylus Studio - (c) 2004-2007. Progress Software Corporation. All rights reserved. -->
|
||||
<!-- Stylesheet edited using Stylus Studio - (c) 2004-2007. Progress Software Corporation. All rights reserved. --><!-- Stylesheet edited using Stylus Studio - (c) 2004-2007. Progress Software Corporation. All rights reserved. --><!-- Stylesheet edited using Stylus Studio - (c) 2004-2007. Progress Software Corporation. All rights reserved. --><!-- Stylesheet edited using Stylus Studio - (c) 2004-2007. Progress Software Corporation. All rights reserved. --><!-- Stylesheet edited using Stylus Studio - (c) 2004-2007. Progress Software Corporation. All rights reserved. -->
|
||||
@@ -56,7 +56,7 @@ try {
|
||||
var dt = new Date(file.DateCreated);
|
||||
|
||||
WScript.Echo("File: " + filename + " timestamp:" + date2string(dt));
|
||||
if (fc.item().name.indexOf(".XML") != -1 && fc.item().name.indexOf("C4A") != -1) {
|
||||
if (fc.item().name.toUpperCase().indexOf(".XML") != -1 && fc.item().name.toUpperCase().indexOf("C4A") != -1) {
|
||||
filecount++;
|
||||
objRS.AddNew();
|
||||
objRS("Name") = filename;
|
||||
@@ -110,6 +110,6 @@ try {
|
||||
}
|
||||
catch (e)
|
||||
{
|
||||
WScript.Echo("Serieuze fout in GetStatus.js: " + e.description)
|
||||
WScript.Echo("Serieuze fout in api_opdrsoap_com4.js: " + e.description)
|
||||
WScript.Quit(1);
|
||||
}
|
||||
Reference in New Issue
Block a user