Index: AX/Uitgaand/PM/AankoopPrijzenLev/impl/AankoopPrijzenLevKortingDixfGenerator.cls.xml =================================================================== diff -u -r41049 -r41670 --- AX/Uitgaand/PM/AankoopPrijzenLev/impl/AankoopPrijzenLevKortingDixfGenerator.cls.xml (.../AankoopPrijzenLevKortingDixfGenerator.cls.xml) (revision 41049) +++ AX/Uitgaand/PM/AankoopPrijzenLev/impl/AankoopPrijzenLevKortingDixfGenerator.cls.xml (.../AankoopPrijzenLevKortingDixfGenerator.cls.xml) (revision 41670) @@ -56,7 +56,7 @@ Set AXProductData.ScheidingsTeken = ";" Set AXProductData.Iterator = ProductIterator - Set AXProductData.BestandVolledigeNaam = ##class(TECH.Files).AppendFile(##class(TECH.Config.ConfigMgr).Instance().GeefString("AX_DIXF"),"AankoopPrijzenLevKorting"_..Vestiging_".csv") + Set AXProductData.BestandVolledigeNaam = ##class(TECH.Files).AppendFile(##class(TECH.Config.ConfigMgr).Instance().GeefString("AX_DIXF"),"0606AankoopPrijzenLevKorting"_..Vestiging_".csv") #dim BestandGenerator As APPS.common.Rapport.impl.BestandGenerator Set BestandGenerator = ##class(APPS.common.Rapport.impl.BestandGenerator).%New()