When adding serveral emails to my to: feild it separates then with a ; intead of a ,
where can i go and change this.
this is causing me to have send_errors
thanks![]()
When adding serveral emails to my to: feild it separates then with a ; intead of a ,
where can i go and change this.
this is causing me to have send_errors
thanks![]()
Last edited by avirex; 2006-01-13 at 06:30 PM.
Found the fix:
go to modules/emails/editview.js
on line 134
change this:
to:Code:window.document.forms[form_name].elements[the_key].value += displayValue + '; ';
Code:window.document.forms[form_name].elements[the_key].value += displayValue + ', ';
I love SugarCRM![]()
Last edited by avirex; 2006-01-13 at 05:54 PM.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks