[freeside-commits] freeside/conf invoice_template,1.4.8.1,1.4.8.2

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


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

Modified Files:
      Tag: FREESIDE_2_3_BRANCH
	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.4.8.1
retrieving revision 1.4.8.2
diff -u -w -d -r1.4.8.1 -r1.4.8.2
--- invoice_template	16 Sep 2011 00:15:48 -0000	1.4.8.1
+++ invoice_template	1 Oct 2011 02:14:38 -0000	1.4.8.2
@@ -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