Index: AX/Uitgaand/PM/VestSpecOrdInst/impl/VestSpecOrdInstDixfGenerator.cls.xml =================================================================== diff -u -r40774 -r41654 --- AX/Uitgaand/PM/VestSpecOrdInst/impl/VestSpecOrdInstDixfGenerator.cls.xml (.../VestSpecOrdInstDixfGenerator.cls.xml) (revision 40774) +++ AX/Uitgaand/PM/VestSpecOrdInst/impl/VestSpecOrdInstDixfGenerator.cls.xml (.../VestSpecOrdInstDixfGenerator.cls.xml) (revision 41654) @@ -48,7 +48,7 @@ Set AXProductData.ScheidingsTeken = ";" Set AXProductData.Iterator = ProductIterator - Set AXProductData.BestandVolledigeNaam = ##class(TECH.Files).AppendFile(##class(TECH.Config.ConfigMgr).Instance().GeefString("AX_DIXF"),"VestSpecOrdInst"_..Vestiging_".csv") + Set AXProductData.BestandVolledigeNaam = ##class(TECH.Files).AppendFile(##class(TECH.Config.ConfigMgr).Instance().GeefString("AX_DIXF"),"0607VestSpecOrdInst"_..Vestiging_".csv") #dim BestandGenerator As APPS.common.Rapport.impl.BestandGenerator Set BestandGenerator = ##class(APPS.common.Rapport.impl.BestandGenerator).%New()