X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fview%2Fcust_bill.cgi;h=c95e01dc4f43d0f3087e6023a6f0c86958082b19;hp=cf0c3190a66e61b4c51a4d57378d923c265139c4;hb=59669128b6409e2556aa26d659c5cc22a1c7b945;hpb=6e33e8af0974d49c1c0cf65b1963846d35f6c156 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;