Index: APPS/Halux/common/BatchFactory.cls.xml =================================================================== diff -u -r29059 -r59828 --- APPS/Halux/common/BatchFactory.cls.xml (.../BatchFactory.cls.xml) (revision 29059) +++ APPS/Halux/common/BatchFactory.cls.xml (.../BatchFactory.cls.xml) (revision 59828) @@ -12,6 +12,8 @@ set Batch = ##class(APPS.Halux.common.impl.KaderdeurBatchImpl).%New("") } elseif Categorie = ##class(APPS.Halux.common.enu.Categorie).TAORbox(){ Set Batch = ##class(APPS.Halux.common.impl.TaorboxBatch).%New("") + } elseif Categorie = ##class(APPS.Halux.common.enu.Categorie).Mat(){ + Set Batch = ##class(APPS.Halux.common.impl.MatBatch).%New("") } else { Set Batch = ##class(APPS.Halux.common.impl.BatchImpl).%New("") }