diff options
author | jonathan <jonathan@freeside.biz> | 2015-05-21 01:54:02 +0000 |
---|---|---|
committer | Jonathan Prykop <jonathan@freeside.biz> | 2015-05-20 21:46:25 -0500 |
commit | 1b5c30ddf2cf14c5a1196677111a9bd2b8e3521d (patch) | |
tree | ef2adcca3950ea37de72f6b2602aa4cfdbaab2ad /ng_selfservice | |
parent | d4241783f38422179fe88e65175995f0d1804e69 (diff) |
RT#28842 NG portal - Changes for prepaid needs [bug fix to hard-coded filename]
Diffstat (limited to 'ng_selfservice')
-rw-r--r-- | ng_selfservice/prepaid.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ng_selfservice/prepaid.php b/ng_selfservice/prepaid.php index d9e6a8d92..bf941f876 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) { |