X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fview%2Fcust_main%2Fpayment_history%2Finvoice.html;h=d7ee0047af31f2e9e4b01f382942f6efeeb92af3;hb=998f029ef805c73e90543b34192e16d38a23c69c;hp=29389ef77a304d7eff54f3c246ccab167c00fa18;hpb=d21d7864c1f1bc4fed05a01c0b037628a4ca5b99;p=freeside.git diff --git a/httemplate/view/cust_main/payment_history/invoice.html b/httemplate/view/cust_main/payment_history/invoice.html index 29389ef77..d7ee0047a 100644 --- a/httemplate/view/cust_main/payment_history/invoice.html +++ b/httemplate/view/cust_main/payment_history/invoice.html @@ -7,9 +7,9 @@ my $conf = new FS::Conf; my $curuser = $FS::CurrentUser::CurrentUser; -my $invoice = mt("Invoice #[_1] (Balance [_2])",$cust_bill->display_invnum,$cust_bill->owed); +my $invoice = emt("Invoice #[_1] (Balance [_2])",$cust_bill->display_invnum,$cust_bill->owed); $invoice = '' . - mt("Open Invoice #[_1] (Balance [_2])",$cust_bill->display_invnum,$cust_bill->owed) . + emt("Open Invoice #[_1] (Balance [_2])",$cust_bill->display_invnum,$cust_bill->owed) . '' if ( $cust_bill->owed > 0 ); @@ -21,9 +21,9 @@ my $link = $curuser->access_right('View invoices') my $delete = ''; $delete = areyousure_link("${p}misc/delete-cust_bill.html?$invnum", - mt('Are you sure you want to delete this invoice?'), - mt('Delete this invoice from the database completely'), - mt('delete') + emt('Are you sure you want to delete this invoice?'), + emt('Delete this invoice from the database completely'), + emt('delete') ) if ( $opt{'deleteinvoices'} && $curuser->access_right('Delete invoices') ); @@ -36,7 +36,7 @@ if ( $cust_bill->num_cust_event ) { $events = qq!
( '.mt('View invoice events').' )'; + '">( '.emt('View invoice events').' )'; } #