Index: vhUnitTest/APPS/Halux/PPS/Document/impl/common/BatchNaarObjective/HoofdDataGenerator/DataVoorToeleveringGenerator/GenereerData/Test.cls.xml =================================================================== diff -u -r71843 -r71881 --- vhUnitTest/APPS/Halux/PPS/Document/impl/common/BatchNaarObjective/HoofdDataGenerator/DataVoorToeleveringGenerator/GenereerData/Test.cls.xml (.../Test.cls.xml) (revision 71843) +++ vhUnitTest/APPS/Halux/PPS/Document/impl/common/BatchNaarObjective/HoofdDataGenerator/DataVoorToeleveringGenerator/GenereerData/Test.cls.xml (.../Test.cls.xml) (revision 71881) @@ -60,7 +60,6 @@ Do $$$AssertEquals(BatchNaarObjectiveData.Rangorde, BatchPitchExportedVolgnummer _ "_0000" _ SequentieNummerToelevering) Do $$$AssertEquals(BatchNaarObjectiveData.MultipersonalityKlant1, "null") Do $$$AssertEquals(BatchNaarObjectiveData.KlantId, "01000") - Do $$$AssertEquals(BatchNaarObjectiveData.ReceptNaam, "Template Lade TLM.Template M1.4") Do $$$AssertEquals(BatchNaarObjectiveData.ProductieLijn, LijnNummer) Do BatchMock.Verifieer() Index: APPS/Halux/PPS/Document/impl/common/BatchNaarObjective/HoofdDataGenerator.cls.xml =================================================================== diff -u -r71843 -r71881 --- APPS/Halux/PPS/Document/impl/common/BatchNaarObjective/HoofdDataGenerator.cls.xml (.../HoofdDataGenerator.cls.xml) (revision 71843) +++ APPS/Halux/PPS/Document/impl/common/BatchNaarObjective/HoofdDataGenerator.cls.xml (.../HoofdDataGenerator.cls.xml) (revision 71881) @@ -53,7 +53,7 @@ Set BatchNaarObjectiveData = ##class(APPS.Halux.PPS.Document.impl.common.BatchNaarObjective.dto.BatchNaarObjectiveData).%New() Set BatchNaarObjectiveData.Rangorde = ..BepaalRangorde(Batch.GeefID(), SequentieNummerToelevering) - Set BatchNaarObjectiveData.ReceptNaam = "Template Lade TLM.Template M1.4" // Receptnaam tijdelijk invullen als vaste waarde + Set BatchNaarObjectiveData.ReceptNaam = ##class(TECH.Config.ConfigMgr).Instance().GeefString("APPS.Halux.PPS.Document.impl.BatchNaarObjective_Receptnaam") Set BatchNaarObjectiveData.Id = ..GeefWaardeOfNull(Toelevering.GeefID()) Set BatchNaarObjectiveData.Omschrijving = ..GeefWaardeOfNull("Productieorder gegenereerd vanuit Caché")