Index: AX/Uitgaand/PM/AankoopPrijzenLev/impl/AankoopPrijzenLevDixfGenerator.cls.xml =================================================================== diff -u -r41049 -r41671 --- AX/Uitgaand/PM/AankoopPrijzenLev/impl/AankoopPrijzenLevDixfGenerator.cls.xml (.../AankoopPrijzenLevDixfGenerator.cls.xml) (revision 41049) +++ AX/Uitgaand/PM/AankoopPrijzenLev/impl/AankoopPrijzenLevDixfGenerator.cls.xml (.../AankoopPrijzenLevDixfGenerator.cls.xml) (revision 41671) @@ -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"),"AankoopPrijzenLev"_..Vestiging_".csv") + Set AXProductData.BestandVolledigeNaam = ##class(TECH.Files).AppendFile(##class(TECH.Config.ConfigMgr).Instance().GeefString("AX_DIXF"),"0606AankoopPrijzenLev"_..Vestiging_".csv") #dim BestandGenerator As APPS.common.Rapport.impl.BestandGenerator Set BestandGenerator = ##class(APPS.common.Rapport.impl.BestandGenerator).%New()