diff options
author | ivan <ivan> | 2008-06-17 03:36:10 +0000 |
---|---|---|
committer | ivan <ivan> | 2008-06-17 03:36:10 +0000 |
commit | fd8a7c99f3b78c233ec44d1b3f15e558e48e092a (patch) | |
tree | 4e5eb4848b0486f8c1da5b0d0d5524c66f3e4e09 /httemplate/misc/process | |
parent | fa60699e7315931850d1652e05aface24401b89f (diff) |
finish adding a feature to easily list all email addresses for an agent & send them email
Diffstat (limited to 'httemplate/misc/process')
-rw-r--r-- | httemplate/misc/process/email-customers.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/httemplate/misc/process/email-customers.html b/httemplate/misc/process/email-customers.html new file mode 100644 index 000000000..d254cfecb --- /dev/null +++ b/httemplate/misc/process/email-customers.html @@ -0,0 +1,9 @@ +<% $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> |