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("") } Index: APPS/Halux/common/impl/MatBatch.cls.xml =================================================================== diff -u --- APPS/Halux/common/impl/MatBatch.cls.xml (revision 0) +++ APPS/Halux/common/impl/MatBatch.cls.xml (revision 59828) @@ -0,0 +1,12 @@ + + + +APPS.Halux.common.impl.BatchImpl,APPS.Halux.common.TaorboxBatch + + +%Library.CacheStorage + + + + +