Index: APPS/EDIExport/FactuurVerzender/impl/Kvik/Verzender.cls.xml
===================================================================
diff -u -r32389 -r32416
--- APPS/EDIExport/FactuurVerzender/impl/Kvik/Verzender.cls.xml (.../Verzender.cls.xml) (revision 32389)
+++ APPS/EDIExport/FactuurVerzender/impl/Kvik/Verzender.cls.xml (.../Verzender.cls.xml) (revision 32416)
@@ -103,6 +103,8 @@
@@ -114,7 +116,8 @@
try {
#dim NieuwBestandLocatie As %String = ##class(TECH.Files).AppendSubPath(..BestandLocatie,SubLocatie)
#dim NieuwBestandVolledigeNaam As %String = ##class(TECH.Files).AppendFile(NieuwBestandLocatie,..BestandsNaam)
- Do $ZUTIL(140,11,..GeefBestandVolledigeNaam(),NieuwBestandVolledigeNaam)
+
+ Do ##class(TECH.Files).CopyFile(..GeefBestandVolledigeNaam(),NieuwBestandVolledigeNaam)
Do ##class(TECH.File).Delete(..GeefBestandVolledigeNaam())
} catch {}
]]>
Index: vhDeploy/Deploy20160127FtpBestandsLocatie.cls.xml
===================================================================
diff -u
--- vhDeploy/Deploy20160127FtpBestandsLocatie.cls.xml (revision 0)
+++ vhDeploy/Deploy20160127FtpBestandsLocatie.cls.xml (revision 32416)
@@ -0,0 +1,31 @@
+
+
+
+vhDeploy.Deploy
+
+
+%String
+ConfigItem bestandslocatie voor Factuur export Ftp toevoegen
+
+
+
+1
+
+
+
+
+
+