X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Fcust_bill.pm;h=c9b03c0811eee583d8087d3f3dd69bc013142ec0;hb=d4fe5d9ed55d327eec1aec66bd2e801cdb4fac2c;hp=b50f352341b69f45a4e9cf3ed58a738335cb72f0;hpb=804bcfa0ca42ec19595d0cf79d010e66a09a2109;p=freeside.git diff --git a/FS/FS/cust_bill.pm b/FS/FS/cust_bill.pm index b50f35234..c9b03c081 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, @@ -2725,6 +2726,7 @@ sub print_generic { #invoice info 'invnum' => $self->invnum, + '_date' => $self->_date, 'date' => time2str($date_format, $self->_date), 'today' => time2str($date_format_long, $today), 'terms' => $self->terms,