Index: BL/Flow/Offerte/ScanEDIMail.cls.xml =================================================================== diff -u -r1515 -r1595 --- BL/Flow/Offerte/ScanEDIMail.cls.xml (.../ScanEDIMail.cls.xml) (revision 1515) +++ BL/Flow/Offerte/ScanEDIMail.cls.xml (.../ScanEDIMail.cls.xml) (revision 1595) @@ -235,7 +235,8 @@ Set Body(1)="~Aantal orders: "_Aantal Set Link=1 Set Link(1)="KL\"_..KLNr_"\R" - Set EMailGroep = ##class(TECH.Config.ConfigMgr).Instance().GetString("ScanEDIMail_EmailGroep") ; JCL EMailGroep in config item + If ..KLNr=$$$KlantSFS Set EMailGroep = ##class(TECH.Config.ConfigMgr).Instance().GetString("ScanEDIMail_SFS") + Else Set EMailGroep = ##class(TECH.Config.ConfigMgr).Instance().GetString("ScanEDIMail_EmailGroep") ; JCL EMailGroep in config item ;If ..DebugMode Set EMailGroep="jcl" ;Else Set EMailGroep="SCANEDIMAIL" ;$$EMailGroep^KLOPV(..KLNr,"ORDVW") ; enkel naar "JRO;NBR" CW 18.05.10 Set MailId=$$SYSTEM^vhMAIL("KL",..KLNr,Titel,EMailGroep,.Body,.Link,"U")