Index: AX/Uitgaand/PM/VrijgegProduct/impl/VrijgegProductDixfConverter.cls.xml
===================================================================
diff -u -r44886 -r44887
--- AX/Uitgaand/PM/VrijgegProduct/impl/VrijgegProductDixfConverter.cls.xml (.../VrijgegProductDixfConverter.cls.xml) (revision 44886)
+++ AX/Uitgaand/PM/VrijgegProduct/impl/VrijgegProductDixfConverter.cls.xml (.../VrijgegProductDixfConverter.cls.xml) (revision 44887)
@@ -210,6 +210,7 @@
Set ..AxProduct.ABCValue = Product.Basis.ABCTransport
Set ..AxProduct.IntraUnit = ..BepaalIntraUnit(Product)
Set ..AxProduct.ADULogsteuer = $$$If(Product.Basis.ScanType = "L","Ja","Nee")
+ Set ..AxProduct.ADUCountableOrDivisible = ..BepaalADUCountableOrDivisible(Product)
]]>
@@ -840,6 +841,22 @@
Quit IntraUnit
]]>
+
+
+Product:AX.Uitgaand.PM.Product.impl.Product
+1
+%String
+
+
Index: vhUnitTest/AX/Uitgaand/PM/VrijgegProduct/impl/VrijgegProductDixfConverter/Test.cls.xml
===================================================================
diff -u -r44886 -r44887
--- vhUnitTest/AX/Uitgaand/PM/VrijgegProduct/impl/VrijgegProductDixfConverter/Test.cls.xml (.../Test.cls.xml) (revision 44886)
+++ vhUnitTest/AX/Uitgaand/PM/VrijgegProduct/impl/VrijgegProductDixfConverter/Test.cls.xml (.../Test.cls.xml) (revision 44887)
@@ -1371,6 +1371,60 @@
]]>
+
+
+
+
+
+
+
+
+
+
+
+
1
AX.Uitgaand.PM.Product.impl.Product