Index: APPS/Halux/PPS/Activiteit/impl/TAOR/LijstVerwerkers/AssemblageKarOverzicht/DocumentInhoudBuilder/RijDataBepaler.cls.xml =================================================================== diff -u -r34816 -r51392 --- APPS/Halux/PPS/Activiteit/impl/TAOR/LijstVerwerkers/AssemblageKarOverzicht/DocumentInhoudBuilder/RijDataBepaler.cls.xml (.../RijDataBepaler.cls.xml) (revision 34816) +++ APPS/Halux/PPS/Activiteit/impl/TAOR/LijstVerwerkers/AssemblageKarOverzicht/DocumentInhoudBuilder/RijDataBepaler.cls.xml (.../RijDataBepaler.cls.xml) (revision 51392) @@ -146,13 +146,18 @@ #dim IsKoppelingAanwezig As %Boolean = ..HalffabItemsBoom.BevatRol(..Enum.Rol.Koppeling) #dim IsGemonteerdeLade As %Boolean = ..API.IngegevenKenmerkenTypeAPI.IsGemonteerdeLade(..TAORKenmerken) + #dim IsDiepteVerstellingAanwezig As %Boolean = ..HalffabItemsBoom.BevatRol(..Enum.Rol.DiepteVerstelling) If (IsKoppelingAanwezig && IsGemonteerdeLade) { Set RijData.Info = "boren & monteren" } Else { Set RijData.Info = "boren" } + If (IsDiepteVerstellingAanwezig) { + Set RijData.Info = RijData.Info _" & diepteverstelling" + } + Do ..RijDataLijstSchroefKoppeling.Insert(RijData) } ]]>