summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormark <mark>2011-10-01 02:14:38 +0000
committermark <mark>2011-10-01 02:14:38 +0000
commit7515198c4da1c80ab00628e1f05cb498f916fead (patch)
tree47ff179c5c7b7950e081955f1f2cbb907feb1245
parent3a8649735e3aedcb5c5d141995067248af410192 (diff)
fix scary but harmless warning in text invoice, from #13655
-rw-r--r--conf/invoice_template2
1 files changed, 1 insertions, 1 deletions
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; }