From: Ivan Kohler Date: Wed, 25 Dec 2013 01:35:44 +0000 (-0800) Subject: fix recharge links with prepaid cards, RT#26664 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=d3c4d0df775c4dc2f8346ac29b7075753216bcb5 fix recharge links with prepaid cards, RT#26664 --- 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,