diff options
author | Ivan Kohler <ivan@freeside.biz> | 2015-04-27 02:59:21 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2015-04-27 02:59:21 -0700 |
commit | ad3bcb39580173f0ac1b6357cb49515d48af7ddf (patch) | |
tree | b375ba5593e04e332e93e836f136f55aa72645cb /fs_selfservice | |
parent | 6be98dd167d1a77ff9f71c97c385bff65769f30d (diff) | |
parent | 911b5f2429377b0b989e8a10e9971b2463e554a7 (diff) |
Merge branch 'master' of git.freeside.biz:/home/git/freeside
Diffstat (limited to 'fs_selfservice')
-rw-r--r-- | fs_selfservice/FS-SelfService/SelfService.pm | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/fs_selfservice/FS-SelfService/SelfService.pm b/fs_selfservice/FS-SelfService/SelfService.pm index 12d56bb6f..765d6111b 100644 --- a/fs_selfservice/FS-SelfService/SelfService.pm +++ b/fs_selfservice/FS-SelfService/SelfService.pm @@ -115,6 +115,13 @@ $socket .= '.'.$tag if defined $tag && length($tag); 'start_thirdparty' => 'MyAccount/start_thirdparty', 'finish_thirdparty' => 'MyAccount/finish_thirdparty', + + 'quotation_info' => 'MyAccount/quotation/quotation_info', + 'quotation_print' => 'MyAccount/quotation/quotation_print', + 'quotation_add_pkg' => 'MyAccount/quotation/quotation_add_pkg', + 'quotation_remove_pkg' => 'MyAccount/quotation/quotation_remove_pkg', + 'quotation_order' => 'MyAccount/quotation/quotation_order', + ); @EXPORT_OK = ( keys(%autoload), |