[freeside-commits] freeside/FS/FS ClientAPI_XMLRPC.pm, 1.5.2.11, 1.5.2.12

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


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

Modified Files:
      Tag: FREESIDE_2_3_BRANCH
	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.5.2.11
retrieving revision 1.5.2.12
diff -u -w -d -r1.5.2.11 -r1.5.2.12
--- ClientAPI_XMLRPC.pm	29 Nov 2011 02:05:06 -0000	1.5.2.11
+++ ClientAPI_XMLRPC.pm	9 Feb 2012 08:38:27 -0000	1.5.2.12
@@ -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