From: mark Date: Sat, 1 Oct 2011 02:14:38 +0000 (+0000) Subject: fix scary but harmless warning in text invoice, from #13655 X-Git-Tag: freeside_2_3_1~255 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=7515198c4da1c80ab00628e1f05cb498f916fead fix scary but harmless warning in text invoice, from #13655 --- diff --git a/conf/invoice_template b/conf/invoice_template index 769f043d7..e90424f24 100644 --- a/conf/invoice_template +++ b/conf/invoice_template @@ -1,6 +1,6 @@ { emt($notice_name) } - { substr(emt("Page [_1] of [_2] ", $page, $total_pages), 0, 19); } { use Date::Format; time2str("%x", $date); } { emt("Invoice #") . $invnum; } + { substr(emt("Page [_1] of [_2] ", $page, $total_pages), 0, 19); } { time2str("%x", $date); } { emt("Invoice #") . $invnum; } { $company_name; }