Index: BL/MB/UGLYPicking/Receptie.cls.xml =================================================================== diff -u -r63560 -r63643 --- BL/MB/UGLYPicking/Receptie.cls.xml (.../Receptie.cls.xml) (revision 63560) +++ BL/MB/UGLYPicking/Receptie.cls.xml (.../Receptie.cls.xml) (revision 63643) @@ -2078,13 +2078,13 @@ Set DnaCode = DnaCodeIterator.Next() If DnaCode.Status = ##class(DOM.Halux.AAP.enu.DnaCodeStatus).Gescand() { If ##class(TECH.StringUtils).StartsWith(DnaCode.DnaCode,"K") { - Set Status = ..AddToBuffer(RGID,VolgNr,DnaCode.ProductNummer,DnaCode.LadeCode,DnaCode.Locatie,..GetPalletFromDossier(##class(TECH.StringUtils).VerwijderKarakterUitString(DnaCode.LadeCode,".")),Initialen,,,,,) + Set Status = ..AddToBuffer(RGID,VolgNr,DnaCode.ProductNummer,DnaCode.LadeCode,DnaCode.Locatie,..GetPalletFromDossier(##class(TECH.StringUtils).VerwijderKarakterUitString(DnaCode.LadeCode,".")),Initialen,,,,,DnaCode.Toelevering) } else { If ##class(APPS.VisiDot.impl.Tech).IsFrameID(DnaCode.PalletCode) { - Set Status = ..AddToBuffer(RGID,VolgNr,DnaCode.ProductNummer,DnaCode.LadeCode,DnaCode.Locatie,##class(APPS.VisiDot.impl.Tech).GeefVHossIdVanFrameId(DnaCode.PalletCode),Initialen,,,,,) + Set Status = ..AddToBuffer(RGID,VolgNr,DnaCode.ProductNummer,DnaCode.LadeCode,DnaCode.Locatie,##class(APPS.VisiDot.impl.Tech).GeefVHossIdVanFrameId(DnaCode.PalletCode),Initialen,,,,,DnaCode.Toelevering) } Else { If $$$Not(##class(TECH.StringUtils).Equals(DnaCode.ProductNummer, ##class(DOM.PM.Maatwerk.enu.GenerischProductID).LBXSSTV1(), ##class(DOM.PM.Maatwerk.enu.GenerischProductID).TBXSSTV1(), ##class(DOM.PM.Maatwerk.enu.GenerischProductID).TAORSSTV1())) { - Set Status = ..AddToBuffer(RGID,VolgNr,DnaCode.ProductNummer,DnaCode.LadeCode,DnaCode.Locatie,DnaCode.PalletCode,Initialen,,,,,) + Set Status = ..AddToBuffer(RGID,VolgNr,DnaCode.ProductNummer,DnaCode.LadeCode,DnaCode.Locatie,DnaCode.PalletCode,Initialen,,,,,DnaCode.Toelevering) } } }