projects
/
freeside.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
successful spelling, RT#74993
[freeside.git]
/
httemplate
/
misc
/
process
/
email-customer-statement.html
1
<% $server->process %>
2
<%init>
3
4
die "access denied"
5
unless $FS::CurrentUser::CurrentUser->access_right('Resend invoices');
6
7
my $server = new FS::UI::Web::JSRPC 'FS::cust_main_Mixin::process_email_search_result', $cgi;
8
9
</%init>