From d1eb33c1aa96d6f069a82232ab8a842cb046cdd6 Mon Sep 17 00:00:00 2001 From: ivan Date: Wed, 4 May 2005 01:06:18 +0000 Subject: [PATCH] patch to just update the template or conf/invoice_latex* to use the new one --- FS/FS/cust_bill.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'; -- 2.11.0