X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=conf%2Finvoice_template;h=769f043d71867d160db437cc16bd9e65f8dbc4ea;hb=d0a2c13f9f92542d5b452dbe8a4dc0c2f621a667;hp=ebf8ef7d03bba6501ad73eb59ba5d1492a0652db;hpb=624b2d44625f69d71175c3348cae635d580c890b;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; }