From: ivan Date: Wed, 23 Jun 2004 02:13:19 +0000 (+0000) Subject: forgotten space in typeset invoice credit lines X-Git-Tag: freeside_1_4_2beta1~55 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=5027a7aa538722663cf1f01aa5ac401d4430bf28 forgotten space in typeset invoice credit lines --- diff --git a/FS/FS/cust_bill.pm b/FS/FS/cust_bill.pm index dd65ad21a..dd18dd61b 100644 --- a/FS/FS/cust_bill.pm +++ b/FS/FS/cust_bill.pm @@ -1800,7 +1800,7 @@ sub _items_credits { #'description' => 'Credit ref\#'. $_->crednum. # " (". time2str("%x",$_->cust_credit->_date) .")". # $reason, - 'description' => 'Credit applied'. + 'description' => 'Credit applied '. time2str("%x",$_->cust_credit->_date). $reason, 'amount' => sprintf("%10.2f",$_->amount), };