freeside/FS/FS cust_bill.pm,1.41.2.53,1.41.2.54
ivan
ivan at pouncequick.420.am
Tue Jun 22 19:13:21 PDT 2004
Update of /home/cvs/cvsroot/freeside/FS/FS
In directory pouncequick:/tmp/cvs-serv12202
Modified Files:
Tag: FREESIDE_1_4_BRANCH
cust_bill.pm
Log Message:
forgotten space in typeset invoice credit lines
Index: cust_bill.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/cust_bill.pm,v
retrieving revision 1.41.2.53
retrieving revision 1.41.2.54
diff -u -d -r1.41.2.53 -r1.41.2.54
--- cust_bill.pm 1 Jun 2004 01:49:45 -0000 1.41.2.53
+++ cust_bill.pm 23 Jun 2004 02:13:19 -0000 1.41.2.54
@@ -1800,7 +1800,7 @@
#'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),
};
More information about the freeside-commits
mailing list