[freeside-commits] branch master updated. c6fa106e14a3bff641ca9f4f8a95c2749c53ba95

Jeremy Davis jeremyd at 420.am
Tue May 7 12:12:10 PDT 2013


The branch, master has been updated
       via  c6fa106e14a3bff641ca9f4f8a95c2749c53ba95 (commit)
      from  786d21e09d1f11c8976a8d45ef734d2d0a100ee7 (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 c6fa106e14a3bff641ca9f4f8a95c2749c53ba95
Author: jeremyd <jeremyd at debian.localdomain>
Date:   Tue May 7 15:11:35 2013 -0400

    #22795 Add company to Oneline format

diff --git a/FS/FS/cust_bill.pm b/FS/FS/cust_bill.pm
index 8b156c6..f85bca6 100644
--- a/FS/FS/cust_bill.pm
+++ b/FS/FS/cust_bill.pm
@@ -2144,6 +2144,7 @@ sub print_csv {
       $self->custnum,
       $cust_main->first,
       $cust_main->last,
+      $cust_main->company,
       $cust_main->address1,
       $cust_main->address2,
       $cust_main->city,

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

Summary of changes:
 FS/FS/cust_bill.pm |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)




More information about the freeside-commits mailing list