Index: APPS/Halux/Planning/impl/BatchService/MaatwerkBatchBuilderFactory.cls.xml =================================================================== diff -u -r63225 -r68990 --- APPS/Halux/Planning/impl/BatchService/MaatwerkBatchBuilderFactory.cls.xml (.../MaatwerkBatchBuilderFactory.cls.xml) (revision 63225) +++ APPS/Halux/Planning/impl/BatchService/MaatwerkBatchBuilderFactory.cls.xml (.../MaatwerkBatchBuilderFactory.cls.xml) (revision 68990) @@ -36,6 +36,8 @@ set Builder = ##class(APPS.Halux.Planning.impl.BatchService.InpakMaatwerkBatchBuilder).%New() } elseif (Categorie = ##class(APPS.Halux.common.enu.Categorie).ProductOpMaat()) { set Builder = ##class(APPS.Halux.Planning.impl.BatchService.ProductOpMaatMaatwerkBatchBuilder).%New() + } elseif (Categorie = ##class(APPS.Halux.common.enu.Categorie).Revego()) { + set Builder = ##class(APPS.Halux.Planning.impl.BatchService.RevegoMaatwerkBatchBuilder).%New() } else { set Builder = ##class(APPS.Halux.Planning.impl.BatchService.MaatwerkBatchBuilder).%New() do Builder.ZetCategorie(Categorie)