diff options
author | jeremyd <jeremyd@debian.localdomain> | 2013-05-07 15:11:35 -0400 |
---|---|---|
committer | jeremyd <jeremyd@debian.localdomain> | 2013-05-07 15:11:35 -0400 |
commit | c6fa106e14a3bff641ca9f4f8a95c2749c53ba95 (patch) | |
tree | f4db8d5b1e7489afc65e4e716f77a86a4721346d /FS | |
parent | 786d21e09d1f11c8976a8d45ef734d2d0a100ee7 (diff) |
#22795 Add company to Oneline format
Diffstat (limited to 'FS')
-rw-r--r-- | FS/FS/cust_bill.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/FS/FS/cust_bill.pm b/FS/FS/cust_bill.pm index 8b156c642..f85bca6af 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, |