diff options
author | ivan <ivan> | 2005-05-04 01:06:18 +0000 |
---|---|---|
committer | ivan <ivan> | 2005-05-04 01:06:18 +0000 |
commit | d1eb33c1aa96d6f069a82232ab8a842cb046cdd6 (patch) | |
tree | ff69a64a07ec36544b3467f42db8202b0318443d | |
parent | b6343424437589018faba310159efaff6cecac18 (diff) |
patch to just update the template or conf/invoice_latex* to use the new one
-rw-r--r-- | FS/FS/cust_bill.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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'; |