[freeside-commits] branch FREESIDE_3_BRANCH updated. d3c4d0df775c4dc2f8346ac29b7075753216bcb5
Ivan
ivan at 420.am
Tue Dec 24 17:35:45 PST 2013
The branch, FREESIDE_3_BRANCH has been updated
via d3c4d0df775c4dc2f8346ac29b7075753216bcb5 (commit)
from dbe3f0addc4b75de57b988004a1be49bf8af9904 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit d3c4d0df775c4dc2f8346ac29b7075753216bcb5
Author: Ivan Kohler <ivan at freeside.biz>
Date: Tue Dec 24 17:35:44 2013 -0800
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 38e5257..71f5070 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,
-----------------------------------------------------------------------
Summary of changes:
.../FS-SelfService/cgi/myaccount_menu.html | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
More information about the freeside-commits
mailing list