Index: APPS/Halux/common/CategorieVerwerker.cls.xml
===================================================================
diff -u -r68920 -r74436
--- APPS/Halux/common/CategorieVerwerker.cls.xml (.../CategorieVerwerker.cls.xml) (revision 68920)
+++ APPS/Halux/common/CategorieVerwerker.cls.xml (.../CategorieVerwerker.cls.xml) (revision 74436)
@@ -53,6 +53,8 @@
Do ..VerwerkVerlichtingsbodem()
} ElseIf Categorie = "Revego" {
Do ..VerwerkRevego()
+ } ElseIf Categorie = "Tabletlade" {
+ Do ..VerwerkTabletlade()
} Else {
Set Exceptie = ##class(TECH.Exceptions.EnumerationException).%New(Categorie, "APPS.Halux.common.CategorieVerwerker", $classname())
Do ##class(TECH.ExceptionHandler).Throw(Exceptie)
@@ -172,6 +174,11 @@
1
1
+
+
+1
+1
+