patch to just update the template or conf/invoice_latex* to use the new one
authorivan <ivan>
Wed, 4 May 2005 01:06:18 +0000 (01:06 +0000)
committerivan <ivan>
Wed, 4 May 2005 01:06:18 +0000 (01:06 +0000)
FS/FS/cust_bill.pm

index 8aadb73..a01880c 100644 (file)
@@ -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';