Index: DOM/PM/BezoekbaarProductVisitor.cls.xml
===================================================================
diff -u -r62448 -r68830
--- DOM/PM/BezoekbaarProductVisitor.cls.xml (.../BezoekbaarProductVisitor.cls.xml) (revision 62448)
+++ DOM/PM/BezoekbaarProductVisitor.cls.xml (.../BezoekbaarProductVisitor.cls.xml) (revision 68830)
@@ -31,6 +31,12 @@
ProductID:%String
%Status
+
+
+1
+ProductID:%String
+%Status
+
Index: DOM/PM/BezoekbaarProduct.cls.xml
===================================================================
diff -u -r62448 -r68830
--- DOM/PM/BezoekbaarProduct.cls.xml (.../BezoekbaarProduct.cls.xml) (revision 62448)
+++ DOM/PM/BezoekbaarProduct.cls.xml (.../BezoekbaarProduct.cls.xml) (revision 68830)
@@ -21,6 +21,8 @@
Do Visitor.VerwerkMerivoboxProduct(..ProductID)
} ElseIf (ProductTypeAPI.IsKaderdeurProduct(..ProductID)) {
Do Visitor.VerwerkKaderdeurProduct(..ProductID)
+ } ElseIf (ProductTypeAPI.IsRevegoProduct(..ProductID)) {
+ Do Visitor.VerwerkRevegoProduct(..ProductID)
}
]]>