From: ivan Date: Fri, 23 Jan 2004 03:23:03 +0000 (+0000) Subject: undo debugging change X-Git-Tag: freeside_1_4_2beta1~291 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=16485897a8ad08a97bdf590ad503274f8c64186a;p=freeside.git undo debugging change --- diff --git a/FS/FS/cust_bill.pm b/FS/FS/cust_bill.pm index a8b2f65d5..1c3941b21 100644 --- a/FS/FS/cust_bill.pm +++ b/FS/FS/cust_bill.pm @@ -1545,7 +1545,7 @@ sub print_pdf { open(PDF, "<$file.pdf") or die "can't open $file.pdf (probably error in LaTeX tempalte: $!\n"; -# unlink("$file.dvi", "$file.log", "$file.aux", "$file.pdf", "$file.tex"); + unlink("$file.dvi", "$file.log", "$file.aux", "$file.pdf", "$file.tex"); my $pdf = ''; while () {