From 90be53617907d8cf156c5c9348dea22f5bad268c Mon Sep 17 00:00:00 2001 From: Jeremy Davis Date: Tue, 7 May 2013 15:13:16 -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 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, -- 2.11.0