summaryrefslogtreecommitdiff
path: root/FS/FS
diff options
context:
space:
mode:
authorivan <ivan>2009-11-24 21:00:40 +0000
committerivan <ivan>2009-11-24 21:00:40 +0000
commitf7674a15273ea195d485c9a47be2c3d3398e5893 (patch)
tree3e83b80a2a1ba9ed214c57725864194472730d8a /FS/FS
parent6bbade18004ab104a412d04d3beafd8fb0f79a89 (diff)
debugging left on
Diffstat (limited to 'FS/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 c7b4df783..f47bb2c59 100644
--- a/FS/FS/cust_bill.pm
+++ b/FS/FS/cust_bill.pm
@@ -37,7 +37,7 @@ use FS::payby;
@ISA = qw( FS::cust_main_Mixin FS::Record );
-$DEBUG = 1;
+$DEBUG = 0;
$me = '[FS::cust_bill]';
#ask FS::UID to run this stuff for us later