[freeside-commits] freeside/httemplate/view bill_batch.cgi, 1.1, 1.2
Mark Wells
mark at wavetail.420.am
Tue Jun 8 15:30:38 PDT 2010
Update of /home/cvs/cvsroot/freeside/httemplate/view
In directory wavetail.420.am:/tmp/cvs-serv30304/httemplate/view
Modified Files:
bill_batch.cgi
Log Message:
spurious warning
Index: bill_batch.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/view/bill_batch.cgi,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -w -d -r1.1 -r1.2
--- bill_batch.cgi 8 Jun 2010 22:25:01 -0000 1.1
+++ bill_batch.cgi 8 Jun 2010 22:30:36 -0000 1.2
@@ -67,9 +67,6 @@
die "access denied"
unless $FS::CurrentUser::CurrentUser->access_right('View invoices');
-use Data::Dumper;
-warn Dumper($cgi->Vars);
-
my $conf = new FS::Conf;
my $batch;
my $batchnum = $cgi->param('batchnum');
More information about the freeside-commits
mailing list