summaryrefslogtreecommitdiff
path: root/FS
diff options
context:
space:
mode:
authorivan <ivan>2004-01-23 03:22:59 +0000
committerivan <ivan>2004-01-23 03:22:59 +0000
commit57be672860c23f6c856328941fb37f2a9038620a (patch)
treec39fd2a49fc6ec63e5555a2bc6fe0192856a4c42 /FS
parent03cf0e09e1dfa75fd320ddcbad958301a6546675 (diff)
undo debugging change
Diffstat (limited to 'FS')
-rw-r--r--FS/FS/cust_bill.pm2
1 files changed, 1 insertions, 1 deletions
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 (<PDF>) {