summaryrefslogtreecommitdiff
path: root/FS/FS
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2015-02-15 22:42:35 -0800
committerIvan Kohler <ivan@freeside.biz>2015-02-15 22:42:35 -0800
commitb51f95ce19785983728938439d1e2027b8e27569 (patch)
tree8d8ad7ce997e93015f145d3ab493c33898571ec1 /FS/FS
parent98a3a04b6dfbde0bdd2b27c6f5538daf211a3db9 (diff)
multiple payment options (remove freeside-daily and -monthly -p option), RT#23741
Diffstat (limited to 'FS/FS')
-rw-r--r--FS/FS/Cron/bill.pm2
1 files changed, 0 insertions, 2 deletions
diff --git a/FS/FS/Cron/bill.pm b/FS/FS/Cron/bill.pm
index 98f1c2e6f..a82265452 100644
--- a/FS/FS/Cron/bill.pm
+++ b/FS/FS/Cron/bill.pm
@@ -190,8 +190,6 @@ sub bill_where {
push @search, "( cust_main.archived != 'Y' OR archived IS NULL )"; #disable?
- push @search, "cust_main.payby = '". $opt{'p'}. "'"
- if $opt{'p'};
push @search, "cust_main.agentnum IN ( ". $opt{'a'}. " ) "
if $opt{'a'};