From c6fa106e14a3bff641ca9f4f8a95c2749c53ba95 Mon Sep 17 00:00:00 2001 From: jeremyd Date: Tue, 7 May 2013 15:11:35 -0400 Subject: [PATCH] #22795 Add company to Oneline format --- FS/FS/cust_bill.pm | 1 + 1 file changed, 1 insertion(+) 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, -- 2.11.0