Index: AX/Uitgaand/PM/AankoopOrderHoofding/impl/AankoopOrderHoofdingDixfGenerator.cls.xml
===================================================================
diff -u -r42800 -r47301
--- AX/Uitgaand/PM/AankoopOrderHoofding/impl/AankoopOrderHoofdingDixfGenerator.cls.xml (.../AankoopOrderHoofdingDixfGenerator.cls.xml) (revision 42800)
+++ AX/Uitgaand/PM/AankoopOrderHoofding/impl/AankoopOrderHoofdingDixfGenerator.cls.xml (.../AankoopOrderHoofdingDixfGenerator.cls.xml) (revision 47301)
@@ -21,7 +21,7 @@
Do StartTimer^vhLib
#dim HoofdingIterator As TECH.Iterator = ##class(AX.Uitgaand.PM.AankoopOrderHoofding.impl.AankoopOrderHoofdingIterator).%New(,Vestiging)
do ..Generate(HoofdingIterator)
- Write !,"Csv voor migratie 1401 AankoopOrderHoofding voor "_Vestiging_" is klaar. Aantal minuten: "
+ Write !,"Csv voor migratie 1401_"_Vestiging_"_AankoopOrderHoofding is klaar. Aantal minuten: "
write $$TimeFromStart^vhLib()/60
} Catch {
Write ##class(TECH.ExceptionHandler).Catch().ToString()
@@ -63,7 +63,7 @@
Set AXHoofdingData.ScheidingsTeken = ";"
Set AXHoofdingData.Iterator = HoofdingIterator
- Set AXHoofdingData.BestandVolledigeNaam = ##class(TECH.Files).AppendFile(##class(TECH.Config.ConfigMgr).Instance().GeefString("AX_DIXF"),"1401AankoopOrderHoofding"_..Vestiging_".csv")
+ Set AXHoofdingData.BestandVolledigeNaam = ##class(TECH.Files).AppendFile(##class(TECH.Config.ConfigMgr).Instance().GeefString("AX_DIXF"),"1401_"_..Vestiging_"_AankoopOrderHoofding.csv")
#dim BestandGenerator As APPS.common.Rapport.impl.BestandGenerator
Set BestandGenerator = ##class(APPS.common.Rapport.impl.BestandGenerator).%New()
Index: AX/Uitgaand/PM/impl/RunAll2a.cls.xml
===================================================================
diff -u -r47298 -r47301
--- AX/Uitgaand/PM/impl/RunAll2a.cls.xml (.../RunAll2a.cls.xml) (revision 47298)
+++ AX/Uitgaand/PM/impl/RunAll2a.cls.xml (.../RunAll2a.cls.xml) (revision 47301)
@@ -9,6 +9,7 @@
%Status
1