Index: AX/Uitgaand/PM/BehoeftePlanning/impl/BehoeftePlanningDixfConverter.cls.xml
===================================================================
diff -u -r42311 -r42312
--- AX/Uitgaand/PM/BehoeftePlanning/impl/BehoeftePlanningDixfConverter.cls.xml (.../BehoeftePlanningDixfConverter.cls.xml) (revision 42311)
+++ AX/Uitgaand/PM/BehoeftePlanning/impl/BehoeftePlanningDixfConverter.cls.xml (.../BehoeftePlanningDixfConverter.cls.xml) (revision 42312)
@@ -57,7 +57,7 @@
AXdixf.BehoeftePlanning.BehoeftePlanning
@@ -67,7 +67,7 @@
AXdixf.BehoeftePlanning.BehoeftePlanning
Index: vhUnitTest/AX/Uitgaand/PM/BehoeftePlanning/impl/BehoeftePlanningDixfConverter/Test.cls.xml
===================================================================
diff -u -r42311 -r42312
--- vhUnitTest/AX/Uitgaand/PM/BehoeftePlanning/impl/BehoeftePlanningDixfConverter/Test.cls.xml (.../Test.cls.xml) (revision 42311)
+++ vhUnitTest/AX/Uitgaand/PM/BehoeftePlanning/impl/BehoeftePlanningDixfConverter/Test.cls.xml (.../Test.cls.xml) (revision 42312)
@@ -33,6 +33,7 @@
#dim ConvertedProductBehoefte As AXdixf.BehoeftePlanning.BehoeftePlanning = Converter.Convert(AxProductBehoefte,Vestiging)
Do $$$AssertEquals(ConvertedProductBehoefte.InventLocationId,"MAG2")
+ Do $$$AssertEquals(ConvertedProductBehoefte.InventSiteId,"HLXEPN1")
]]>
@@ -47,6 +48,7 @@
#dim ConvertedProductBehoefte As AXdixf.BehoeftePlanning.BehoeftePlanning = Converter.Convert(AxProductBehoefte,Vestiging)
Do $$$AssertEquals(ConvertedProductBehoefte.InventLocationId,"MAG1")
+ Do $$$AssertEquals(ConvertedProductBehoefte.InventSiteId,"VHEPN1")
]]>