From af723d02722d00c863ec4552627fe4ad77973d75 Mon Sep 17 00:00:00 2001 From: ivan Date: Wed, 23 Jun 2004 02:13:17 +0000 Subject: [PATCH] forgotten space in typeset invoice credit lines --- FS/FS/cust_bill.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FS/FS/cust_bill.pm b/FS/FS/cust_bill.pm index 49d53bc26..b2495338d 100644 --- a/FS/FS/cust_bill.pm +++ b/FS/FS/cust_bill.pm @@ -1422,7 +1422,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), }; -- 2.11.0