[freeside-commits] freeside/FS/FS ClientAPI_XMLRPC.pm,1.16,1.17

Ivan,,, ivan at wavetail.420.am
Thu Feb 9 00:38:26 PST 2012


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

Modified Files:
	ClientAPI_XMLRPC.pm 
Log Message:
add svc_status_hash to selfservice, RT#15987

Index: ClientAPI_XMLRPC.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/ClientAPI_XMLRPC.pm,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -w -d -r1.16 -r1.17
--- ClientAPI_XMLRPC.pm	29 Nov 2011 02:05:03 -0000	1.16
+++ ClientAPI_XMLRPC.pm	9 Feb 2012 08:38:24 -0000	1.17
@@ -121,6 +121,8 @@
   'list_svcs'                 => 'MyAccount/list_svcs',     #add to ss (added?)
   'list_svc_usage'            => 'MyAccount/list_svc_usage',   
   'svc_status_html'           => 'MyAccount/svc_status_html',
+  'svc_status_hash'           => 'MyAccount/svc_status_hash',
+  'set_svc_status_hash'       => 'MyAccount/set_svc_status_hash',
   'acct_forward_info'         => 'MyAccount/acct_forward_info',
   'process_acct_forward'      => 'MyAccount/process_acct_forward',
   'list_dsl_devices'          => 'MyAccount/list_dsl_devices',   



More information about the freeside-commits mailing list