Index: WSimpl/PM/Maatwerk/MaatwerkService/DotNet/HalffabrikatenFromJsonNaarDomConverter.cls.xml =================================================================== diff -u -r62969 -r63052 --- WSimpl/PM/Maatwerk/MaatwerkService/DotNet/HalffabrikatenFromJsonNaarDomConverter.cls.xml (.../HalffabrikatenFromJsonNaarDomConverter.cls.xml) (revision 62969) +++ WSimpl/PM/Maatwerk/MaatwerkService/DotNet/HalffabrikatenFromJsonNaarDomConverter.cls.xml (.../HalffabrikatenFromJsonNaarDomConverter.cls.xml) (revision 63052) @@ -80,7 +80,7 @@ Set HalffabItem.OpmerkingVoorProductieDocument = HalffabItemParsedFromJson.OpmerkingVoorProductieDocument Set HalffabItem.OpnemenInEindproduct = HalffabItemParsedFromJson.OpnemenInEindproduct //ProductieRoute? - If ($$$Not(HF.Rol = "Links") && $$$Not(HF.Rol = "Rechts") && $$$Not(HF.Rol = "Probox bodemdoos") && $$$Not(HF.Rol = "Probox dekseldoos") && $$$Not(HF.Rol = "Probox pallet") && $$$Not(HF.Rol = "Probox wikkel") && $$$Not(HF.Rol = "Probox onderdelendoos")) { //Wat met LiRe??? + If ($$$Not(HF.Rol = "Links") && $$$Not(HF.Rol = "Rechts") && $$$Not(HF.Rol = "Probox bodemdoos") && $$$Not(HF.Rol = "Probox dekseldoos") && $$$Not(HF.Rol = "Probox pallet") && $$$Not(HF.Rol = "Probox wikkel") && $$$Not(HF.Rol = "Probox onderdelendoos") && $$$Not(HF.Rol = "Y") && $$$Not(HF.Rol = "X") && $$$Not(HF.Rol = "M") && $$$Not(HF.Rol = "Z1") && $$$Not(HF.Rol = "Z2")) { //Wat met LiRe??? Do ..HalffabItemsBoom.AddHalffabItem(HalffabItem) } } @@ -115,7 +115,9 @@ } } - Do ..HalffabItemsBoom.AddHalffabItem(HalffabItem) + If ($$$Not(HF.Rol = "Y") && $$$Not(HF.Rol = "X") && $$$Not(HF.Rol = "M")) { + Do ..HalffabItemsBoom.AddHalffabItem(HalffabItem) + } } Else { Do ##class(TECH.Exceptions.UnimplementedException).Throw("Geen implementatie voor halffabitem klasse '"_Classname_"'") //InbegrepenHalffab is nog niet geimplementeerd