summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2012-04-26 12:21:53 -0700
committerMark Wells <mark@freeside.biz>2012-04-26 12:21:53 -0700
commit3775fafeb19d7dab5f7104e03685ec8dc0d3a8f7 (patch)
tree86951d6b43c58081c12df275116c994f0e8af160
parent527b92c4f125282e267863cb102664da57f94ebd (diff)
debug
-rw-r--r--httemplate/misc/process/batch-cust_pay.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/misc/process/batch-cust_pay.cgi b/httemplate/misc/process/batch-cust_pay.cgi
index 3b06f3a..1105af9 100644
--- a/httemplate/misc/process/batch-cust_pay.cgi
+++ b/httemplate/misc/process/batch-cust_pay.cgi
@@ -1,5 +1,5 @@
<%init>
-my $DEBUG = 1;
+my $DEBUG = 0;
die "access denied"
unless $FS::CurrentUser::CurrentUser->access_right('Post payment batch');