diff options
| author | jeff <jeff> | 2007-04-29 23:30:53 +0000 |
|---|---|---|
| committer | jeff <jeff> | 2007-04-29 23:30:53 +0000 |
| commit | 92fe5ff676ffb33595f8f5a07a96f221770e1c77 (patch) | |
| tree | 3fb11e11e962ddd541014889d7902f01be5f0fe9 /fs_selfservice/FS-SelfService/cgi/myaccount_menu.html | |
| parent | 1a4615c5b473900e810154473f5e964e0b1ae8ea (diff) | |
ticket 1568 config options for new echeck fields and addition to selfservice interface (backport)
Diffstat (limited to 'fs_selfservice/FS-SelfService/cgi/myaccount_menu.html')
| -rw-r--r-- | fs_selfservice/FS-SelfService/cgi/myaccount_menu.html | 2 |
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 }, ); |
