projects
/
freeside.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dbe3f0a
)
fix recharge links with prepaid cards, RT#26664
author
Ivan Kohler
<ivan@freeside.biz>
Wed, 25 Dec 2013 01:35:44 +0000
(17:35 -0800)
committer
Ivan Kohler
<ivan@freeside.biz>
Wed, 25 Dec 2013 01:35:44 +0000
(17:35 -0800)
fs_selfservice/FS-SelfService/cgi/myaccount_menu.html
patch
|
blob
|
history
diff --git
a/fs_selfservice/FS-SelfService/cgi/myaccount_menu.html
b/fs_selfservice/FS-SelfService/cgi/myaccount_menu.html
index
38e5257
..
71f5070
100644
(file)
--- 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{PREP
AY
} ) ) {
push @menu, { title => 'Recharge my account with a prepaid card',
url => 'recharge_prepay',
indent => 2,