summaryrefslogtreecommitdiff
path: root/fs_selfservice/FS-SelfService/SelfService.pm
diff options
context:
space:
mode:
authorivan <ivan>2011-10-28 01:32:21 +0000
committerivan <ivan>2011-10-28 01:32:21 +0000
commitf29ce51b6a14efb8e5cf5ab98884298ce262556d (patch)
tree688fc6e98020af199d175f013a7bcb3f7cf7e9f2 /fs_selfservice/FS-SelfService/SelfService.pm
parenta2924d91091f83a5fc593813b8de5976f1414b5d (diff)
legacy invoices via self-service, RT#13656
Diffstat (limited to 'fs_selfservice/FS-SelfService/SelfService.pm')
-rw-r--r--fs_selfservice/FS-SelfService/SelfService.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/fs_selfservice/FS-SelfService/SelfService.pm b/fs_selfservice/FS-SelfService/SelfService.pm
index 89796b7b5..b639130d2 100644
--- a/fs_selfservice/FS-SelfService/SelfService.pm
+++ b/fs_selfservice/FS-SelfService/SelfService.pm
@@ -34,6 +34,8 @@ $socket .= '.'.$tag if defined $tag && length($tag);
'edit_info' => 'MyAccount/edit_info', #add to ss cgi!
'invoice' => 'MyAccount/invoice',
'invoice_pdf' => 'MyAccount/invoice_pdf',
+ 'legacy_invoice' => 'MyAccount/legacy_invoice',
+ 'legacy_invoice_pdf' => 'MyAccount/legacy_invoice_pdf',
'invoice_logo' => 'MyAccount/invoice_logo',
'list_invoices' => 'MyAccount/list_invoices', #?
'cancel' => 'MyAccount/cancel', #add to ss cgi!