Index: APPS/Halux/AAP/DnaCodeService.cls.xml =================================================================== diff -u -r56689 -r56707 --- APPS/Halux/AAP/DnaCodeService.cls.xml (.../DnaCodeService.cls.xml) (revision 56689) +++ APPS/Halux/AAP/DnaCodeService.cls.xml (.../DnaCodeService.cls.xml) (revision 56707) @@ -98,7 +98,7 @@ If DnaCode.Status = ##class(DOM.Halux.AAP.enu.DnaCodeStatus).Nieuw() { Set DnaCode.Status = ##class(DOM.Halux.AAP.enu.DnaCodeStatus).InBatch() Set DnaCode.Lijn = Batch.GeefLijn() - //Set DnaCode.IsWegwerpPallet = Batch.IsWegwerppallet + Set DnaCode.IsWegwerpPallet = Batch.GeefIsWegwerpPallet() Do ..DnaCodeRepository.Bewaar(DnaCode) } }