[freeside-commits] branch master updated. dd241a38832df5706cb3211107b82f4d633cd495

Ivan ivan at 420.am
Wed Jan 7 20:30:20 PST 2015


The branch, master has been updated
       via  dd241a38832df5706cb3211107b82f4d633cd495 (commit)
      from  dd53090fe68e2264e09a85db3d512d1baebe96b3 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit dd241a38832df5706cb3211107b82f4d633cd495
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Wed Jan 7 20:30:19 2015 -0800

    fix v3 prospect->customer conversion, RT#31965, RT#31202

diff --git a/FS/FS/prospect_main.pm b/FS/FS/prospect_main.pm
index 5148143..7ae15cd 100644
--- a/FS/FS/prospect_main.pm
+++ b/FS/FS/prospect_main.pm
@@ -335,6 +335,10 @@ sub convert_cust_main {
     $cust_main->set('last',  'Unknown');
   }
 
+  #v3 payby
+  $cust_main->payby('BILL');
+  $cust_main->paydate('12/2037');
+
   $cust_main->insert( {}, \@invoicing_list,
     'prospectnum' => $self->prospectnum,
   )

-----------------------------------------------------------------------

Summary of changes:
 FS/FS/prospect_main.pm |    4 ++++
 1 file changed, 4 insertions(+)




More information about the freeside-commits mailing list