Index: APPS/Halux/Planning/impl/DisplayInfoGeproduceerd.cls.xml =================================================================== diff -u -r40814 -r40816 --- APPS/Halux/Planning/impl/DisplayInfoGeproduceerd.cls.xml (.../DisplayInfoGeproduceerd.cls.xml) (revision 40814) +++ APPS/Halux/Planning/impl/DisplayInfoGeproduceerd.cls.xml (.../DisplayInfoGeproduceerd.cls.xml) (revision 40816) @@ -171,14 +171,14 @@ Do ..DisplayWriter.ZetDisplayMode(##class(TECH.LedDisplay.enu.DisplayMode).Roteer()) #dim TBXAantal,LBXAantal,TAORAantal as %Integer Do ..GeefAantalGeproduceerd(.TBXAantal,.LBXAantal,.TAORAantal) - If $$$HasLength(TBXAantal) + If $$$HasLength(TBXAantal) && $$$Not(LedDisplay = ##class(APPS.Halux.common.enu.LedDisplay).HALUXHAL22LIJN1()) { Do ..DisplayWriter.ZetKleur(##class(TECH.LedDisplay.enu.Kleur).Rood()) Do ..DisplayWriter.WriteTekst("TBX") Do ..DisplayWriter.ZetKleur(##class(TECH.LedDisplay.enu.Kleur).Oranje()) Do ..DisplayWriter.WriteTekst(TBXAantal) } - If $$$HasLength(LBXAantal) + If $$$HasLength(LBXAantal) && $$$Not(LedDisplay = ##class(APPS.Halux.common.enu.LedDisplay).HALUXHAL22LIJN1()) { Do ..DisplayWriter.ZetKleur(##class(TECH.LedDisplay.enu.Kleur).Rood()) Do ..DisplayWriter.WriteTekst(" LBX")