diff options
| author | Jeremy Davis <jeremyd@debian.localdomain> | 2013-05-07 15:13:16 -0400 |
|---|---|---|
| committer | Jeremy Davis <jeremyd@debian.localdomain> | 2013-05-07 15:13:16 -0400 |
| commit | 90be53617907d8cf156c5c9348dea22f5bad268c (patch) | |
| tree | dde63692c96f51e88f4deaae6c9a2af6fa00297c | |
| parent | daeea9a9429bfa33eb2d56a29ff6e766c13782dd (diff) | |
#22795 Add company to Oneline format
| -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 b50f35234..d803152af 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, |
