diff options
author | Ivan Kohler <ivan@freeside.biz> | 2013-12-24 17:35:43 -0800 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2013-12-24 17:35:43 -0800 |
commit | 5e96efd1f204142b750b62fa4a977ca50fb5b0fe (patch) | |
tree | e9d942bc881614a9b45e9c86640fd13ee5e9f17e /fs_selfservice | |
parent | 21e795f8589fbac1723268c2fbc6c9e4eaa8d1a8 (diff) |
fix recharge links with prepaid cards, RT#26664
Diffstat (limited to 'fs_selfservice')
-rw-r--r-- | fs_selfservice/FS-SelfService/cgi/myaccount_menu.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs_selfservice/FS-SelfService/cgi/myaccount_menu.html b/fs_selfservice/FS-SelfService/cgi/myaccount_menu.html index 38e525772..71f507010 100644 --- a/fs_selfservice/FS-SelfService/cgi/myaccount_menu.html +++ b/fs_selfservice/FS-SelfService/cgi/myaccount_menu.html @@ -48,7 +48,7 @@ if ( $balance > 0 ) { #XXXFIXME "enable selfservice prepay features" flag or som } } - if ( exists( $payby_mode{PREP} ) ) { + if ( exists( $payby_mode{PREPAY} ) ) { push @menu, { title => 'Recharge my account with a prepaid card', url => 'recharge_prepay', indent => 2, |