Index: APPS/Halux/PPS/Document/impl/common/MaatwerkProductEtiketten.cls.xml =================================================================== diff -u -r71633 -r71641 --- APPS/Halux/PPS/Document/impl/common/MaatwerkProductEtiketten.cls.xml (.../MaatwerkProductEtiketten.cls.xml) (revision 71633) +++ APPS/Halux/PPS/Document/impl/common/MaatwerkProductEtiketten.cls.xml (.../MaatwerkProductEtiketten.cls.xml) (revision 71641) @@ -131,15 +131,9 @@ If (..IsSpecialeLade(Ingegevenkenmerken)) { Try { - #dim Etiket As APPS.common.Print.AbstractLabel - - If $Length(UitvoeringInfo.VHOSSID) { - Set Etiket = ..EtiketBuilder.MaakMaatwerkProductInVHossViaVHossProdSeqItem(UitvoeringInfo) - } Else { - #dim DnaCode As %String = ..DnaCodeService.GeefDnaCodeVoorDubbeleAfdruk(UitvoeringInfo.BatchID, UitvoeringInfo.SequentieNummer) - - Set Etiket = ..EtiketBuilder.MaakExtraMaatwerkProductVoorBewerkingscenter(DnaCode, LaatsteEtiketVoorToelevering.Layout, LaatsteEtiketVoorToelevering.Device) - } + #dim DnaCode As %String = ..DnaCodeService.GeefDnaCodeVoorDubbeleAfdruk(UitvoeringInfo.BatchID, UitvoeringInfo.SequentieNummer) + + #dim Etiket As BL.Etiket.LadeKlantEtiket = ..EtiketBuilder.MaakExtraMaatwerkProductVoorBewerkingscenter(DnaCode, LaatsteEtiketVoorToelevering.Layout, LaatsteEtiketVoorToelevering.Device) Do ..Etiketten.Insert(Etiket) } Catch { #dim Exception As TECH.Exceptions.Exception = ##class(TECH.ExceptionHandler).Catch()