[freeside-commits] freeside/conf invoice_template,1.5,1.6

Mark Wells mark at wavetail.420.am
Fri Sep 30 19:14:33 PDT 2011


Update of /home/cvs/cvsroot/freeside/conf
In directory wavetail.420.am:/tmp/cvs-serv18056/conf

Modified Files:
	invoice_template 
Log Message:
fix scary but harmless warning in text invoice, from #13655

Index: invoice_template
===================================================================
RCS file: /home/cvs/cvsroot/freeside/conf/invoice_template,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -w -d -r1.5 -r1.6
--- invoice_template	15 Sep 2011 10:18:53 -0000	1.5
+++ invoice_template	1 Oct 2011 02:14:31 -0000	1.6
@@ -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; }



More information about the freeside-commits mailing list