[freeside-commits] branch master updated. 5e96efd1f204142b750b62fa4a977ca50fb5b0fe

Ivan ivan at 420.am
Tue Dec 24 17:35:43 PST 2013


The branch, master has been updated
       via  5e96efd1f204142b750b62fa4a977ca50fb5b0fe (commit)
      from  21e795f8589fbac1723268c2fbc6c9e4eaa8d1a8 (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 5e96efd1f204142b750b62fa4a977ca50fb5b0fe
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Tue Dec 24 17:35:43 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