X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=conf%2Finvoice_template;h=769f043d71867d160db437cc16bd9e65f8dbc4ea;hb=62b12e8b09608b7081ffd596be899fafb5c2403f;hp=ebf8ef7d03bba6501ad73eb59ba5d1492a0652db;hpb=0fb307c305e4bc2c9c27dc25a3308beae3a4d33c;p=freeside.git diff --git a/conf/invoice_template b/conf/invoice_template index ebf8ef7d0..769f043d7 100644 --- a/conf/invoice_template +++ b/conf/invoice_template @@ -1,6 +1,6 @@ - { $notice_name || 'Invoice'; } - { substr("Page $page of $total_pages ", 0, 19); } { use Date::Format; time2str("%x", $date); } Invoice #{ $invnum; } + { emt($notice_name) } + { substr(emt("Page [_1] of [_2] ", $page, $total_pages), 0, 19); } { use Date::Format; time2str("%x", $date); } { emt("Invoice #") . $invnum; } { $company_name; }