[freeside-commits] branch FREESIDE_3_BRANCH updated. 2db2d08f0196788b8ca4ae975b89c5acc001cde5

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


The branch, FREESIDE_3_BRANCH has been updated
       via  2db2d08f0196788b8ca4ae975b89c5acc001cde5 (commit)
      from  1bed0bfbc92a01a86069a947ee016750c334e4d0 (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 2db2d08f0196788b8ca4ae975b89c5acc001cde5
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Wed Jan 7 20:30:21 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 2e3c0b9..47bac38 100644
--- a/FS/FS/prospect_main.pm
+++ b/FS/FS/prospect_main.pm
@@ -359,6 +359,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