diff options
| author | levinse <levinse> | 2011-06-06 19:53:52 +0000 | 
|---|---|---|
| committer | levinse <levinse> | 2011-06-06 19:53:52 +0000 | 
| commit | 528da7cf5c2c72cc062fc92bfa7ef37eb163f8bd (patch) | |
| tree | 5382842884c251b4461a98acac156fd778d2e2e4 | |
| parent | b3d54360bd93798a6454e69cca8e6e4a834c7140 (diff) | |
cust_bill_spool_csv.pm: remove invoice destination stuff, RT12557
| -rw-r--r-- | FS/FS/part_event/Action/cust_bill_spool_csv.pm | 10 | 
1 files changed, 0 insertions, 10 deletions
diff --git a/FS/FS/part_event/Action/cust_bill_spool_csv.pm b/FS/FS/part_event/Action/cust_bill_spool_csv.pm index 43d230033..11ecbc555 100644 --- a/FS/FS/part_event/Action/cust_bill_spool_csv.pm +++ b/FS/FS/part_event/Action/cust_bill_spool_csv.pm @@ -20,15 +20,6 @@ sub option_fields {                                                  'billco'  => 'Billco',                                                },                             }, -    'spooldest'         => { label   => 'For destination', -                             type    => 'select', -                             options => [ '', qw( POST EMAIL FAX ) ], -                             option_labels => { ''      => '(all)', -                                                'POST'  => 'Postal Mail', -                                                'EMAIL' => 'Email', -                                                'FAX'   => 'Fax', -                                              }, -                           },      'spoolbalanceover'  => { label =>                                 'If balance (this invoice and previous) over',                               type  => 'money', @@ -50,7 +41,6 @@ sub do_action {    $cust_bill->spool_csv(      'format'       => $self->option('spoolformat'), -    'dest'         => $self->option('spooldest'),      'balanceover'  => $self->option('spoolbalanceover'),      'agent_spools' => $self->option('spoolagent_spools'),    );  | 
