Index: DOM/PM/enu/ProductType.cls.xml
===================================================================
diff -u -r68048 -r68721
--- DOM/PM/enu/ProductType.cls.xml (.../ProductType.cls.xml) (revision 68048)
+++ DOM/PM/enu/ProductType.cls.xml (.../ProductType.cls.xml) (revision 68721)
@@ -6,11 +6,11 @@
TECH.Enumeration
-,Langgoed,Tandembox,HangmapLade,Kaderdeur,Glas,MDS,TAORbox,TAORIndeling,Legrabox,Antislipmat,Maatwerk,DwarslatOpMaat,Orgalux,Onbepaald,Merivobox,Inkorting
+,Langgoed,Tandembox,HangmapLade,Kaderdeur,Glas,MDS,TAORbox,TAORIndeling,Legrabox,Antislipmat,Maatwerk,DwarslatOpMaat,Orgalux,Onbepaald,Merivobox,Inkorting,Revego
-,Langgoed,Tandembox,HangmapLade,Kaderdeur,Glas,MDS,TAORbox,TAORIndeling,Legrabox,Antislipmat,Maatwerk,DwarslatOpMaat,Orgalux,Onbepaald,Merivobox,Inkorting
+,Langgoed,Tandembox,HangmapLade,Kaderdeur,Glas,MDS,TAORbox,TAORIndeling,Legrabox,Antislipmat,Maatwerk,DwarslatOpMaat,Orgalux,Onbepaald,Merivobox,Inkorting,Revego
@@ -124,6 +124,13 @@
+
+
+1
+DOM.PM.enu.ProductType
+
+
Index: DOM/PM/enu/ProductType/AutoComplete.cls.xml
===================================================================
diff -u -r68048 -r68721
--- DOM/PM/enu/ProductType/AutoComplete.cls.xml (.../AutoComplete.cls.xml) (revision 68048)
+++ DOM/PM/enu/ProductType/AutoComplete.cls.xml (.../AutoComplete.cls.xml) (revision 68721)
@@ -100,6 +100,13 @@
1
+
+%String
+"Revego"
+1
+1
+
+
%String
"TAORIndeling"
Index: DOM/PM/enu/ProductType/Verwerker.cls.xml
===================================================================
diff -u -r68048 -r68721
--- DOM/PM/enu/ProductType/Verwerker.cls.xml (.../Verwerker.cls.xml) (revision 68048)
+++ DOM/PM/enu/ProductType/Verwerker.cls.xml (.../Verwerker.cls.xml) (revision 68721)
@@ -38,6 +38,8 @@
Do ..VerwerkOnbepaald()
} ElseIf ProductType = "Orgalux" {
Do ..VerwerkOrgalux()
+ } ElseIf ProductType = "Revego" {
+ Do ..VerwerkRevego()
} ElseIf ProductType = "TAORIndeling" {
Do ..VerwerkTAORIndeling()
} ElseIf ProductType = "TAORbox" {
@@ -129,6 +131,12 @@
+
+1
+1
+
+
+
1
1