From: ivan Date: Fri, 23 Jan 2004 03:22:59 +0000 (+0000) Subject: undo debugging change X-Git-Tag: NET_WHOIS_RAW_0_31~170 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=57be672860c23f6c856328941fb37f2a9038620a undo debugging change --- diff --git a/FS/FS/cust_bill.pm b/FS/FS/cust_bill.pm index a6b4e1e5e..a3e76620e 100644 --- a/FS/FS/cust_bill.pm +++ b/FS/FS/cust_bill.pm @@ -1153,7 +1153,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 () {