X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fview%2Fcust_main%2Fpayment_history%2Finvoice.html;h=ca59c15fd43a5d9fec8805cb39c47972d431840f;hb=b5d5f7680d0736ff0150b337cd29026135fb2e34;hp=058da5463113700d605cdfaf2a0b5c582dbd7c85;hpb=434137989f7343ada30ceff4056c5f75ef8d9d27;p=freeside.git diff --git a/httemplate/view/cust_main/payment_history/invoice.html b/httemplate/view/cust_main/payment_history/invoice.html index 058da5463..ca59c15fd 100644 --- a/httemplate/view/cust_main/payment_history/invoice.html +++ b/httemplate/view/cust_main/payment_history/invoice.html @@ -27,7 +27,7 @@ if ( $cust_bill->closed !~ /^Y/i && $opt{'Void invoices'} ) { $void = ' ('. include('/elements/popup_link.html', 'label' => emt('void'), - 'action' => "${p}misc/void-cust_bill.html?;invnum=". + 'action' => "${p}misc/void-cust_bill.cgi?;invnum=". $cust_bill->invnum, 'actionlabel' => emt('Void Invoice'), ). @@ -35,12 +35,12 @@ if ( $cust_bill->closed !~ /^Y/i && $opt{'Void invoices'} ) { } my $email = ($opt{'has_email_address'} && $opt{'Resend invoices'}) ? - q! (invnum. - q!','Email Invoice Receipt')" TITLE="Send email receipt">email receipt)! + q!','Email Invoice Receipt')" TITLE="Send email invoice">email invoice)! : ''; my $events = '';