Index: BL/Flow/Rappel/Doc.cls.xml =================================================================== diff -u -r51655 -r52561 --- BL/Flow/Rappel/Doc.cls.xml (.../Doc.cls.xml) (revision 51655) +++ BL/Flow/Rappel/Doc.cls.xml (.../Doc.cls.xml) (revision 52561) @@ -519,6 +519,9 @@ Set tmpLB="" Set:($L(pWithLogo) ) tmpLB=tmpLB_$LB("pWithLogo="_pWithLogo) Set:($L(pWithBgColors) ) tmpLB=tmpLB_$LB("pWithBgColors="_pWithBgColors) + If ##class(TECH.Config.ConfigMgr).Instance().GetBoolean("BL.Flow.Basis.DocNew_AfdrukkenWatermerk") { + Set tmpLB=tmpLB_$LB("pWatermark=DEMO") + } Quit tmpLB ]]>