summaryrefslogtreecommitdiff
path: root/FS/FS
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2015-07-20 17:18:44 -0700
committerIvan Kohler <ivan@freeside.biz>2015-07-20 17:18:44 -0700
commit3c8b1c8f6953ed8b7af5cdfbb47d7a4d04b2f7b5 (patch)
tree90635a5a69235f330bceac61b69a19c1e6b3fd27 /FS/FS
parent551810451d0c6455d823eca8c916d6f131f99354 (diff)
remove debug
Diffstat (limited to 'FS/FS')
-rw-r--r--FS/FS/ClientAPI/MyAccount/quotation.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/ClientAPI/MyAccount/quotation.pm b/FS/FS/ClientAPI/MyAccount/quotation.pm
index df2b37e..667f37d 100644
--- a/FS/FS/ClientAPI/MyAccount/quotation.pm
+++ b/FS/FS/ClientAPI/MyAccount/quotation.pm
@@ -5,7 +5,7 @@ use FS::Record qw(qsearch qsearchs);
use FS::quotation;
use FS::quotation_pkg;
-our $DEBUG = 1;
+our $DEBUG = 0;
sub _custoragent_session_custnum {
FS::ClientAPI::MyAccount::_custoragent_session_custnum(@_);