Index: AX/Uitgaand/PM/VrijgegProduct/impl/VrijgegProductDixfConverter.cls.xml =================================================================== diff -u -r46289 -r46290 --- AX/Uitgaand/PM/VrijgegProduct/impl/VrijgegProductDixfConverter.cls.xml (.../VrijgegProductDixfConverter.cls.xml) (revision 46289) +++ AX/Uitgaand/PM/VrijgegProduct/impl/VrijgegProductDixfConverter.cls.xml (.../VrijgegProductDixfConverter.cls.xml) (revision 46290) @@ -757,7 +757,7 @@ #dim ADUProductGroupId As %String #dim SubGroep As %String = Product.Klassificatie.SubGroep - Set ADUProductGroupId = $Extract(SubGroep,7,9) + Set ADUProductGroupId = $Extract(SubGroep,3,4)_"-"_$Extract(SubGroep,7,9) Quit ADUProductGroupId ]]> Index: vhUnitTest/AX/Uitgaand/PM/VrijgegProduct/impl/VrijgegProductDixfConverter/Test.cls.xml =================================================================== diff -u -r46289 -r46290 --- vhUnitTest/AX/Uitgaand/PM/VrijgegProduct/impl/VrijgegProductDixfConverter/Test.cls.xml (.../Test.cls.xml) (revision 46289) +++ vhUnitTest/AX/Uitgaand/PM/VrijgegProduct/impl/VrijgegProductDixfConverter/Test.cls.xml (.../Test.cls.xml) (revision 46290) @@ -1143,7 +1143,7 @@ ]]> - +