Index: APPS/Halux/PPS/Document/impl/MVX/DwarsverdelingInkorten.cls.xml =================================================================== diff -u -r74288 -r74623 --- APPS/Halux/PPS/Document/impl/MVX/DwarsverdelingInkorten.cls.xml (.../DwarsverdelingInkorten.cls.xml) (revision 74288) +++ APPS/Halux/PPS/Document/impl/MVX/DwarsverdelingInkorten.cls.xml (.../DwarsverdelingInkorten.cls.xml) (revision 74623) @@ -152,7 +152,8 @@ #dim OpTeTellenPropertyName As %String = $Piece(TotaalSpecificatie, "->", 1) #dim SomPropertyName As %String = $Piece(TotaalSpecificatie, "->", 2) If (SomPropertyName = "") { Set SomPropertyName = OpTeTellenPropertyName } - Set $Property(InkortenInfo, SomPropertyName) = $Property(InkortenInfo, SomPropertyName) + $Property(UitvoeringInfo, OpTeTellenPropertyName) + + Set $Property(InkortenInfo, SomPropertyName) = $Property(InkortenInfo, SomPropertyName) + $Property(UitvoeringInfo, SomPropertyName) } } Else { Do PickingInfoLijst.SetAt(UitvoeringInfo, PickingInfoLijst.Count() + 1)