summaryrefslogtreecommitdiff
path: root/httemplate/view/cust_statement.html
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2015-02-15 23:35:12 -0800
committerIvan Kohler <ivan@freeside.biz>2015-02-15 23:35:12 -0800
commit0870a4c1fb02be43ea5524f58650d99c81477681 (patch)
tree9f8050ba4a9bcb76f5c094bf65770c004a4c32df /httemplate/view/cust_statement.html
parent2c5aa117162ef4dfce93da42ea3391dcdece4bb9 (diff)
multiple payment options (new complimentary flag), RT#23741
Diffstat (limited to 'httemplate/view/cust_statement.html')
-rwxr-xr-xhttemplate/view/cust_statement.html6
1 files changed, 0 insertions, 6 deletions
diff --git a/httemplate/view/cust_statement.html b/httemplate/view/cust_statement.html
index 5d37b3167..87a185fab 100755
--- a/httemplate/view/cust_statement.html
+++ b/httemplate/view/cust_statement.html
@@ -55,12 +55,6 @@ my $statementnum = $3;
my $conf = new FS::Conf;
-my @payby = grep /\w/, $conf->config('payby');
-#@payby = (qw( CARD DCRD CHEK DCHK LECB BILL CASH WEST COMP ))
-@payby = (qw( CARD DCRD CHEK DCHK LECB BILL CASH COMP ))
- unless @payby;
-my %payby = map { $_=>1 } @payby;
-
my $cust_statement = qsearchs({
'select' => 'cust_statement.*',
'table' => 'cust_statement',