freeside/FS/FS cust_bill.pm,1.94,1.95

ivan ivan at pouncequick.420.am
Tue Jun 22 19:13:20 PDT 2004


Update of /home/cvs/cvsroot/freeside/FS/FS
In directory pouncequick:/tmp/cvs-serv12197

Modified Files:
	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.94
retrieving revision 1.95
diff -u -d -r1.94 -r1.95
--- cust_bill.pm	3 Jun 2004 09:55:58 -0000	1.94
+++ cust_bill.pm	23 Jun 2004 02:13:17 -0000	1.95
@@ -1422,7 +1422,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