add self-service customer_info_short call to improve uniserve portal perf, RT#13656
[freeside.git] / fs_selfservice / FS-SelfService / SelfService.pm
index ec23ba7..e778f79 100644 (file)
@@ -29,6 +29,7 @@ $socket .= '.'.$tag if defined $tag && length($tag);
   'login'                     => 'MyAccount/login',
   'logout'                    => 'MyAccount/logout',
   'customer_info'             => 'MyAccount/customer_info',
+  'customer_info_short'       => 'MyAccount/customer_info_short',
   'edit_info'                 => 'MyAccount/edit_info',     #add to ss cgi!
   'invoice'                   => 'MyAccount/invoice',
   'invoice_pdf'               => 'MyAccount/invoice_pdf',