summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorivan <ivan>2004-06-23 02:13:19 +0000
committerivan <ivan>2004-06-23 02:13:19 +0000
commit5027a7aa538722663cf1f01aa5ac401d4430bf28 (patch)
tree766128d5a8bb88817096670193b87e76ca434e81
parent070bc3dfc05948b093b34bdb9204c534cc23e2dd (diff)
forgotten space in typeset invoice credit lines
-rw-r--r--FS/FS/cust_bill.pm2
1 files changed, 1 insertions, 1 deletions
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),
};