diff options
Diffstat (limited to 'httemplate/view/cust_main/payment_history/invoice.html')
-rw-r--r-- | httemplate/view/cust_main/payment_history/invoice.html | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/httemplate/view/cust_main/payment_history/invoice.html b/httemplate/view/cust_main/payment_history/invoice.html index be4e93e31..058da5463 100644 --- a/httemplate/view/cust_main/payment_history/invoice.html +++ b/httemplate/view/cust_main/payment_history/invoice.html @@ -1,4 +1,4 @@ -<% $link %><% $invoice %><% $link ? '</A>' : '' %><% "$void$under" %> +<% $link %><% $invoice %><% $link ? '</A>' : '' %><% "$email$void$under" %> <%init> my( $cust_bill, %opt ) = @_; @@ -34,6 +34,15 @@ if ( $cust_bill->closed !~ /^Y/i && $opt{'Void invoices'} ) { ')'; } +my $email = ($opt{'has_email_address'} && $opt{'Resend invoices'}) ? + q! (<A HREF="javascript:void(0)" ONCLICK="areyousure_popup('Send email receipt for invoice #!. + $cust_bill->invnum. + q! to customer?','!. + "${p}misc/send-invoice.cgi?method=email;notice_name=Invoice;popup=1;invnum=". + $cust_bill->invnum. + q!','Email Invoice Receipt')" TITLE="Send email receipt">email receipt</A>)! + : ''; + my $events = ''; if ( $cust_bill->num_cust_event && ($opt{'Billing event reports'} || $opt{'View customer billing events'}) |