summaryrefslogtreecommitdiff
path: root/FS/FS/ClientAPI_XMLRPC.pm
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2013-07-02 11:55:49 -0700
committerIvan Kohler <ivan@freeside.biz>2014-04-23 23:55:29 -0700
commitd2441bc0019aaedfe22c5fd7f26c3ec60ecc8e9b (patch)
treea742aff2eec04a84e90fbdf802d3b116c690e45b /FS/FS/ClientAPI_XMLRPC.pm
parent2f7688b1b21d92b406d60d09cdd8edcd7a99e842 (diff)
selfservice, TNG, RT#22193
Diffstat (limited to 'FS/FS/ClientAPI_XMLRPC.pm')
-rw-r--r--FS/FS/ClientAPI_XMLRPC.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/FS/FS/ClientAPI_XMLRPC.pm b/FS/FS/ClientAPI_XMLRPC.pm
index d720db268..50b205687 100644
--- a/FS/FS/ClientAPI_XMLRPC.pm
+++ b/FS/FS/ClientAPI_XMLRPC.pm
@@ -158,6 +158,7 @@ sub ss2clientapi {
'reset_passwd' => 'MyAccount/reset_passwd',
'check_reset_passwd' => 'MyAccount/check_reset_passwd',
'process_reset_passwd' => 'MyAccount/process_reset_passwd',
+ 'list_tickets' => 'MyAccount/list_tickets',
'create_ticket' => 'MyAccount/create_ticket',
'get_ticket' => 'MyAccount/get_ticket',
'adjust_ticket_priority' => 'MyAccount/adjust_ticket_priority',