freeside/FS/FS cust_bill.pm,1.111,1.112
ivan
ivan at pouncequick.420.am
Tue May 3 18:06:21 PDT 2005
Update of /home/cvs/cvsroot/freeside/FS/FS
In directory pouncequick:/tmp/cvs-serv26403
Modified Files:
cust_bill.pm
Log Message:
patch to just update the template or conf/invoice_latex* to use the new one
Index: cust_bill.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/cust_bill.pm,v
retrieving revision 1.111
retrieving revision 1.112
diff -u -d -r1.111 -r1.112
--- cust_bill.pm 4 May 2005 00:41:00 -0000 1.111
+++ cust_bill.pm 4 May 2005 01:06:18 -0000 1.112
@@ -1109,7 +1109,7 @@
if ( grep { /^%%Detail/ } @invoice_template ) {
#change this to a die when the old code is removed
warn "old-style invoice template $templatefile; ".
- "patch with conf/invoice_latex.diff\n";
+ "patch with conf/invoice_latex.diff or use new conf/invoice_latex*\n";
$format = 'old';
} else {
$format = 'Text::Template';
More information about the freeside-commits
mailing list