[freeside-commits] branch FREESIDE_2_3_BRANCH updated. 90be53617907d8cf156c5c9348dea22f5bad268c
Jeremy Davis
jeremyd at 420.am
Tue May 7 12:15:14 PDT 2013
The branch, FREESIDE_2_3_BRANCH has been updated
via 90be53617907d8cf156c5c9348dea22f5bad268c (commit)
from daeea9a9429bfa33eb2d56a29ff6e766c13782dd (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 90be53617907d8cf156c5c9348dea22f5bad268c
Author: Jeremy Davis <jeremyd at debian.localdomain>
Date: Tue May 7 15:13:16 2013 -0400
#22795 Add company to Oneline format
diff --git a/FS/FS/cust_bill.pm b/FS/FS/cust_bill.pm
index b50f352..d803152 100644
--- a/FS/FS/cust_bill.pm
+++ b/FS/FS/cust_bill.pm
@@ -2047,6 +2047,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