[freeside-commits] freeside/FS/FS/part_event/Action cust_bill_spool_csv.pm, 1.4, 1.5
Erik Levinson
levinse at wavetail.420.am
Mon Jun 6 12:53:54 PDT 2011
Update of /home/cvs/cvsroot/freeside/FS/FS/part_event/Action
In directory wavetail.420.am:/tmp/cvs-serv2767/FS/FS/part_event/Action
Modified Files:
cust_bill_spool_csv.pm
Log Message:
cust_bill_spool_csv.pm: remove invoice destination stuff, RT12557
Index: cust_bill_spool_csv.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/part_event/Action/cust_bill_spool_csv.pm,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -w -d -r1.4 -r1.5
--- cust_bill_spool_csv.pm 9 Aug 2009 23:53:39 -0000 1.4
+++ cust_bill_spool_csv.pm 6 Jun 2011 19:53:52 -0000 1.5
@@ -20,15 +20,6 @@
'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 @@
$cust_bill->spool_csv(
'format' => $self->option('spoolformat'),
- 'dest' => $self->option('spooldest'),
'balanceover' => $self->option('spoolbalanceover'),
'agent_spools' => $self->option('spoolagent_spools'),
);
More information about the freeside-commits
mailing list