[freeside-commits] freeside/FS/FS/ClientAPI MyAccount.pm, 1.53.2.16, 1.53.2.17

Ivan,,, ivan at wavetail.420.am
Thu Jan 22 16:23:37 PST 2009


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

Modified Files:
      Tag: FREESIDE_1_7_BRANCH
	MyAccount.pm 
Log Message:
round the amounts returned by renew_info, RT#4623

Index: MyAccount.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/ClientAPI/MyAccount.pm,v
retrieving revision 1.53.2.16
retrieving revision 1.53.2.17
diff -u -d -r1.53.2.16 -r1.53.2.17
--- MyAccount.pm	22 Jan 2009 17:29:30 -0000	1.53.2.16
+++ MyAccount.pm	23 Jan 2009 00:23:33 -0000	1.53.2.17
@@ -1040,7 +1040,7 @@
                       'bill_date_pretty'  => time2str('%x', $_->bill),
                       'renew_date'        => $renew_date,
                       'renew_date_pretty' => time2str('%x', $renew_date),
-                      'amount'            => $total,
+                      'amount'            => sprintf('.%2f', $total),
                     };
                   }
                   @cust_pkg;



More information about the freeside-commits mailing list