Index: APPS/Halux/AAP/DnaCodeService.cls.xml =================================================================== diff -u -r73584 -r73642 --- APPS/Halux/AAP/DnaCodeService.cls.xml (.../DnaCodeService.cls.xml) (revision 73584) +++ APPS/Halux/AAP/DnaCodeService.cls.xml (.../DnaCodeService.cls.xml) (revision 73642) @@ -201,7 +201,7 @@ If Herafdruk { Set DnaCodeIterator = ..DnaCodeRepository.ZoekViaBatchIdEnSequentienummer(BatchId, SequentieNummer) } ElseIf (IsKlantEtiketSpaceStep && (SequentieNummer > 0)) { - Set DnaCodeIterator = ..DnaCodeRepository.ZoekViaToeleveringEnSequentienummer(ToeleveringID, SequentieNummer) + Set DnaCodeIterator = ..DnaCodeRepository.ZoekViaToeleveringEnSequentienummerEnRecent(ToeleveringID, SequentieNummer) } Else { Set DnaCodeIterator = ..DnaCodeRepository.ZoekViaToeleveringIdEnStatusEnRecent(ToeleveringID,##class(DOM.Halux.AAP.enu.DnaCodeStatus).InBatch()) }