[freeside-commits] freeside/FS/FS/ClientAPI MyAccount.pm, 1.113.2.1, 1.113.2.2

Erik Levinson levinse at wavetail.420.am
Tue Dec 14 15:27:22 PST 2010


Update of /home/cvs/cvsroot/freeside/FS/FS/ClientAPI
In directory wavetail.420.am:/tmp/cvs-serv14625/FS/FS/ClientAPI

Modified Files:
      Tag: FREESIDE_2_1_BRANCH
	MyAccount.pm 
Log Message:
self-service improvements, RT10883

Index: MyAccount.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/ClientAPI/MyAccount.pm,v
retrieving revision 1.113.2.1
retrieving revision 1.113.2.2
diff -u -w -d -r1.113.2.1 -r1.113.2.2
--- MyAccount.pm	23 Nov 2010 01:40:12 -0000	1.113.2.1
+++ MyAccount.pm	14 Dec 2010 23:27:20 -0000	1.113.2.2
@@ -879,6 +879,7 @@
   return  { 'error'       => '',
             'invoices'    =>  [ map { { 'invnum' => $_->invnum,
                                         '_date'  => $_->_date,
+					'date'   => time2str("%b %o, %Y", $_->_date),
                                       }
                                     } @cust_bill
                               ]



More information about the freeside-commits mailing list