Index: APPS/Halux/PPS/Document/impl/common/BatchNaarObjective/OptieGenerator/ToeleveringProductInfoOptiesGenerator.cls.xml =================================================================== diff -u -r71684 -r71687 --- APPS/Halux/PPS/Document/impl/common/BatchNaarObjective/OptieGenerator/ToeleveringProductInfoOptiesGenerator.cls.xml (.../ToeleveringProductInfoOptiesGenerator.cls.xml) (revision 71684) +++ APPS/Halux/PPS/Document/impl/common/BatchNaarObjective/OptieGenerator/ToeleveringProductInfoOptiesGenerator.cls.xml (.../ToeleveringProductInfoOptiesGenerator.cls.xml) (revision 71687) @@ -34,9 +34,9 @@ Set Opties = ##class(%ListOfObjects).%New() #dim ToeleveringProductInfoVoorObjective As APPS.Halux.PPS.Document.impl.common.BatchNaarObjective.ToeleveringProductInfoObjective = ..GeefToeleveringProductInfoVoorObjective(Toelevering) - Do Opties.Insert(..GeefOptieVoorToelevering("AantalSifonLades", ToeleveringProductInfoVoorObjective.AantalSifonLades)) - Do Opties.Insert(..GeefOptieVoorToelevering("AantalSpoelbakLades", ToeleveringProductInfoVoorObjective.AantalSpoelbakLades)) - Do Opties.Insert(..GeefOptieVoorToelevering("AantalSmalleLades", ToeleveringProductInfoVoorObjective.AantalSmalleLades)) + Do Opties.Insert(..GeefOptieVoorToelevering("Aantalsifonlades", ToeleveringProductInfoVoorObjective.AantalSifonLades)) + Do Opties.Insert(..GeefOptieVoorToelevering("Aantalspoelbaklades", ToeleveringProductInfoVoorObjective.AantalSpoelbakLades)) + Do Opties.Insert(..GeefOptieVoorToelevering("Aantalsmallelades", ToeleveringProductInfoVoorObjective.AantalSmalleLades)) Quit Opties ]]> Index: APPS/Halux/PPS/Document/impl/common/BatchNaarObjective/DataVoorToeleveringGenerator.cls.xml =================================================================== diff -u -r71597 -r71687 --- APPS/Halux/PPS/Document/impl/common/BatchNaarObjective/DataVoorToeleveringGenerator.cls.xml (.../DataVoorToeleveringGenerator.cls.xml) (revision 71597) +++ APPS/Halux/PPS/Document/impl/common/BatchNaarObjective/DataVoorToeleveringGenerator.cls.xml (.../DataVoorToeleveringGenerator.cls.xml) (revision 71687) @@ -51,7 +51,7 @@