[freeside-commits] branch master updated. 96a13f50757181b21c66e6bd15840d7072f254da

Jonathan Prykop jonathan at 420.am
Wed May 20 18:54:16 PDT 2015


The branch, master has been updated
       via  96a13f50757181b21c66e6bd15840d7072f254da (commit)
      from  d0460ad624f0e71149d4451e5f2b5fcb4c4d9c68 (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 96a13f50757181b21c66e6bd15840d7072f254da
Author: jonathan <jonathan at freeside.biz>
Date:   Thu May 21 01:54:02 2015 +0000

    RT#28842 NG portal - Changes for prepaid needs [bug fix to hard-coded filename]

diff --git a/ng_selfservice/prepaid.php b/ng_selfservice/prepaid.php
index d9e6a8d..bf941f8 100644
--- a/ng_selfservice/prepaid.php
+++ b/ng_selfservice/prepaid.php
@@ -1,5 +1,5 @@
 <? $title ='Prepaid Card Account Recharge'; include('elements/header.php'); ?>
-<? $current_menu = 'recharge.php'; include('elements/menu.php'); ?>
+<? $current_menu = 'prepaid.php'; include('elements/menu.php'); ?>
 
 <?
 // This page is currently only designed for packages that use prepaid pricing.
@@ -141,7 +141,7 @@ if ($balance != 0) {
 }
 ?>
 
-<FORM NAME="OneTrueForm" METHOD="POST" ACTION="recharge.php" onSubmit="document.OneTrueForm.process.disabled=true">
+<FORM NAME="OneTrueForm" METHOD="POST" ACTION="prepaid.php" onSubmit="document.OneTrueForm.process.disabled=true">
 
 <?
 if ($balance <= 0) {

-----------------------------------------------------------------------

Summary of changes:
 ng_selfservice/prepaid.php |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)




More information about the freeside-commits mailing list