From: ivan Date: Wed, 4 May 2005 01:06:18 +0000 (+0000) Subject: patch to just update the template or conf/invoice_latex* to use the new one X-Git-Tag: SQL_LEDGER_2_4_4~1^2~318 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=d1eb33c1aa96d6f069a82232ab8a842cb046cdd6;p=freeside.git patch to just update the template or conf/invoice_latex* to use the new one --- diff --git a/FS/FS/cust_bill.pm b/FS/FS/cust_bill.pm index 8aadb73aa..a01880cfe 100644 --- a/FS/FS/cust_bill.pm +++ b/FS/FS/cust_bill.pm @@ -1109,7 +1109,7 @@ sub print_latex { 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';