From: Ivan Kohler Date: Tue, 2 Jul 2013 18:55:49 +0000 (-0700) Subject: selfservice, TNG, RT#22193 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=d2441bc0019aaedfe22c5fd7f26c3ec60ecc8e9b;p=freeside.git selfservice, TNG, RT#22193 --- 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',