[freeside-commits] freeside/httemplate/misc/process email-customers.html, NONE, 1.1

Ivan,,, ivan at wavetail.420.am
Mon Jun 16 20:35:59 PDT 2008


Update of /home/cvs/cvsroot/freeside/httemplate/misc/process
In directory wavetail.420.am:/tmp/cvs-serv32518/httemplate/misc/process

Added Files:
	email-customers.html 
Log Message:
finish adding a feature to easily list all email addresses for an agent & send them email

--- NEW FILE: email-customers.html ---
<% $server->process %>
<%init>

die "access denied"
  unless $FS::CurrentUser::CurrentUser->access_right('Bulk send customer notices');

my $server = new FS::UI::Web::JSRPC 'FS::cust_main::process_email_search_sql', $cgi; 

</%init>



More information about the freeside-commits mailing list