summaryrefslogtreecommitdiff
path: root/conf/invoice_template
diff options
context:
space:
mode:
authormark <mark>2011-10-01 02:14:31 +0000
committermark <mark>2011-10-01 02:14:31 +0000
commita85bf2b444454d120a334d6ae11a0e981bd75db9 (patch)
tree645668fb58a88e85e8c24bd4088239ae8edca3ea /conf/invoice_template
parent5561143b7d2e7e153302017e1d3ecdf7caa7dba8 (diff)
fix scary but harmless warning in text invoice, from #13655
Diffstat (limited to 'conf/invoice_template')
-rw-r--r--conf/invoice_template2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/invoice_template b/conf/invoice_template
index 769f043..e90424f 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; }