[freeside-commits] freeside/FS/FS/part_event/Action cust_bill_spool_csv.pm, 1.4.6.1, 1.4.6.2

Erik Levinson levinse at wavetail.420.am
Mon Jun 6 13:00:32 PDT 2011


Update of /home/cvs/cvsroot/freeside/FS/FS/part_event/Action
In directory wavetail.420.am:/tmp/cvs-serv3259/FS/FS/part_event/Action

Modified Files:
      Tag: FREESIDE_2_1_BRANCH
	cust_bill_spool_csv.pm 
Log Message:
undo last commit, 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.6.1
retrieving revision 1.4.6.2
diff -u -w -d -r1.4.6.1 -r1.4.6.2
--- cust_bill_spool_csv.pm	6 Jun 2011 19:53:53 -0000	1.4.6.1
+++ cust_bill_spool_csv.pm	6 Jun 2011 20:00:30 -0000	1.4.6.2
@@ -20,6 +20,15 @@
                                                 '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',
@@ -41,6 +50,7 @@
 
   $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