diff options
author | Ivan Kohler <ivan@freeside.biz> | 2015-02-15 22:42:35 -0800 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2015-02-15 22:42:35 -0800 |
commit | b51f95ce19785983728938439d1e2027b8e27569 (patch) | |
tree | 8d8ad7ce997e93015f145d3ab493c33898571ec1 /FS/FS | |
parent | 98a3a04b6dfbde0bdd2b27c6f5538daf211a3db9 (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.pm | 2 |
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'}; |