summaryrefslogtreecommitdiff
path: root/fs_selfservice/FS-SelfService/cgi/myaccount_menu.html
diff options
context:
space:
mode:
authorjeff <jeff>2007-04-29 22:55:14 +0000
committerjeff <jeff>2007-04-29 22:55:14 +0000
commit7cdcb8d249f66efdbd5eb4efdd6e07f0f7948b49 (patch)
tree4b5cf5789e1f37d143490293f84c4651d7b0024b /fs_selfservice/FS-SelfService/cgi/myaccount_menu.html
parentca87d33422b2d19d28773b6f2937cdb84863b124 (diff)
ticket 1568 config options for new echeck fields and addition to selfservice interface
Diffstat (limited to 'fs_selfservice/FS-SelfService/cgi/myaccount_menu.html')
-rw-r--r--fs_selfservice/FS-SelfService/cgi/myaccount_menu.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/fs_selfservice/FS-SelfService/cgi/myaccount_menu.html b/fs_selfservice/FS-SelfService/cgi/myaccount_menu.html
index 47fcfc127..095d59cce 100644
--- a/fs_selfservice/FS-SelfService/cgi/myaccount_menu.html
+++ b/fs_selfservice/FS-SelfService/cgi/myaccount_menu.html
@@ -21,6 +21,8 @@ if ( 1 ) { #XXXFIXME "enable selfservice prepay features" flag or something, eve
push @menu, (
{ title=>'Recharge my account with a credit card',
url=>'make_payment', indent=>2 },
+ { title=>'Recharge my account with a check',
+ url=>'make_ach_payment', indent=>2 },
{ title=>'Recharge my account with a prepaid card',
url=>'recharge_prepay', indent=>2 },
);