Index: APPS/Halux/PPS/Document/impl/common/BatchNaarObjective/OptieGenerator/ProductOptiesGenerator.cls.xml =================================================================== diff -u -r71476 -r71482 --- APPS/Halux/PPS/Document/impl/common/BatchNaarObjective/OptieGenerator/ProductOptiesGenerator.cls.xml (.../LBX/BatchNaarObjective/OptieGenerator/ProductOptiesGenerator.cls.xml) (revision 71476) +++ APPS/Halux/PPS/Document/impl/common/BatchNaarObjective/OptieGenerator/ProductOptiesGenerator.cls.xml (.../common/BatchNaarObjective/OptieGenerator/ProductOptiesGenerator.cls.xml) (revision 71482) @@ -1,6 +1,6 @@ - + APPS.Halux.PPS.Document.impl.common.BatchNaarObjective.OptieGenerator FishEye: Tag 71482 refers to a dead (removed) revision in file `APPS/Halux/PPS/Document/impl/LBX/BatchNaarObjective/OptieGenerator/ProductOptiesGenerator.cls.xml'. FishEye: No comparison available. Pass `N' to diff? Index: APPS/Halux/PPS/Document/impl/LBX/BatchNaarObjective/BatchNaarObjectiveDataGenerator.cls.xml =================================================================== diff -u -r71480 -r71482 --- APPS/Halux/PPS/Document/impl/LBX/BatchNaarObjective/BatchNaarObjectiveDataGenerator.cls.xml (.../BatchNaarObjectiveDataGenerator.cls.xml) (revision 71480) +++ APPS/Halux/PPS/Document/impl/LBX/BatchNaarObjective/BatchNaarObjectiveDataGenerator.cls.xml (.../BatchNaarObjectiveDataGenerator.cls.xml) (revision 71482) @@ -81,7 +81,7 @@ Set KenmerkenOptiesGenerator = ##class(APPS.Halux.PPS.Document.impl.LBX.BatchNaarObjective.OptieGenerator.KenmerkenOptiesGeneratorLbx).%New() Do ##class(TECH.ListUtils).AppendList(Opties, KenmerkenOptiesGenerator.GenereerOptiesVoorLade(Toelevering, UitvoeringInfo)) - Set ProductOptiesGenerator = ##class(APPS.Halux.PPS.Document.impl.LBX.BatchNaarObjective.OptieGenerator.ProductOptiesGenerator).%New() + Set ProductOptiesGenerator = ##class(APPS.Halux.PPS.Document.impl.common.BatchNaarObjective.OptieGenerator.ProductOptiesGenerator).%New() Do ##class(TECH.ListUtils).AppendList(Opties, ProductOptiesGenerator.GenereerOptiesVoorLade(Toelevering, UitvoeringInfo)) Quit Opties