Index: vhUnitTest/APPS/Halux/PPS/Document/impl/common/BatchNaarObjective/DataVoorToeleveringGenerator/GenereerData/Test.cls.xml =================================================================== diff -u -r71595 -r71597 --- vhUnitTest/APPS/Halux/PPS/Document/impl/common/BatchNaarObjective/DataVoorToeleveringGenerator/GenereerData/Test.cls.xml (.../Test.cls.xml) (revision 71595) +++ vhUnitTest/APPS/Halux/PPS/Document/impl/common/BatchNaarObjective/DataVoorToeleveringGenerator/GenereerData/Test.cls.xml (.../Test.cls.xml) (revision 71597) @@ -57,6 +57,7 @@ Do $$$AssertEquals(BatchNaarObjectiveData.DueOut, VerwachtTijdstipGeformatteerd) Do $$$AssertEquals(BatchNaarObjectiveData.Verzendwijze, VerwachteVerzendingWijzeGeformateerd) Do $$$AssertEquals(BatchNaarObjectiveData.Rangorde, DummyBatchPitchedId _ "_0000" _ DummySequentieNummerToelevering) + Do $$$AssertEquals(BatchNaarObjectiveData.MultipersonalityKlant1, "null") Do BatchMock.Verifieer() Do ToeleveringMock.Verifieer() Index: APPS/Halux/PPS/Document/impl/common/BatchNaarObjective/DataVoorToeleveringGenerator.cls.xml =================================================================== diff -u -r71596 -r71597 --- APPS/Halux/PPS/Document/impl/common/BatchNaarObjective/DataVoorToeleveringGenerator.cls.xml (.../DataVoorToeleveringGenerator.cls.xml) (revision 71596) +++ APPS/Halux/PPS/Document/impl/common/BatchNaarObjective/DataVoorToeleveringGenerator.cls.xml (.../DataVoorToeleveringGenerator.cls.xml) (revision 71597) @@ -74,6 +74,9 @@ Set BatchNaarObjectiveData.KlantNaam = ..GeefWaardeOfNull(Partij.GeefNaam()) Set BatchNaarObjectiveData.KlantId = ..GeefWaardeOfNull(..LegacyPartijApi.GeefKlantNummerVoorPartijID(Toelevering.GeefKlantID())) + Set BatchNaarObjectiveData.MultipersonalityKlant1 = ..GeefWaardeOfNull("") + Set BatchNaarObjectiveData.MultipersonalityKlant2 = ..GeefWaardeOfNull("") + Quit BatchNaarObjectiveData ]]>