diff options
author | ivan <ivan> | 2004-06-23 02:13:17 +0000 |
---|---|---|
committer | ivan <ivan> | 2004-06-23 02:13:17 +0000 |
commit | af723d02722d00c863ec4552627fe4ad77973d75 (patch) | |
tree | f3bac3e9a184e8710f4a7ff3f17073b6b820e665 /FS | |
parent | f13a2ad4ddb8179f617f33d0779adca18edd871f (diff) |
forgotten space in typeset invoice credit lines
Diffstat (limited to 'FS')
-rw-r--r-- | FS/FS/cust_bill.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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), }; |