From 73a0010272b15b42c19a40f59fd09c74fca2af5c Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Sat, 26 Mar 2016 22:45:09 -0700 Subject: freeside inc. web services for address normalizaion and printing, RT#33849 --- httemplate/view/cust_bill.cgi | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) (limited to 'httemplate/view') diff --git a/httemplate/view/cust_bill.cgi b/httemplate/view/cust_bill.cgi index cf0c3190a..c95e01dc4 100755 --- a/httemplate/view/cust_bill.cgi +++ b/httemplate/view/cust_bill.cgi @@ -95,8 +95,18 @@ function areyousure(href, message) { % } % if ( $curuser->access_right('Resend invoices') ) { + <% mt('Print this invoice') |h %> +% } + +% if ( $curuser->access_right('Print and mail invoices') ) { + | <& /elements/popup_link.html, + 'action' => $p."misc/post_fsinc-invoice.cgi?$link", + 'label' => 'Print and mail this invoice online', + 'actionlabel' => 'Invoice printing and mailing', + &> +% } - <% mt('Re-print this invoice') |h %> +% if ( $curuser->access_right('Resend invoices') ) { % if ( grep { $_ ne 'POST' } $cust_bill->cust_main->invoicing_list ) { | <% mt('Re-email this invoice') |h %> @@ -106,8 +116,11 @@ function areyousure(href, message) { | <% mt('Re-fax this invoice') |h %> % } -

+% } +% if ( $curuser->access_right('Resend invoices') +% || $curuser->access_right('Print and mail invoices') ) { +

% } % my $br = 0; -- cgit v1.2.1