summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Burger <burgerc@freeside.biz>2018-09-26 09:33:36 -0400
committerChristopher Burger <burgerc@freeside.biz>2018-09-26 09:33:36 -0400
commit2c23904b0cc9dcd02740b0b7edb980d70d28df1b (patch)
tree851e26b70ec43bc9e5166b3ea26604bd68a8a774
parent0b3d0d9c60140d487634a947eb1b3d2eb2af91ad (diff)
RT# 75817 - V3 fix for redirect
-rw-r--r--httemplate/misc/process/change-password.html12
1 files changed, 2 insertions, 10 deletions
diff --git a/httemplate/misc/process/change-password.html b/httemplate/misc/process/change-password.html
index 1c746a4..61a1a5e 100644
--- a/httemplate/misc/process/change-password.html
+++ b/httemplate/misc/process/change-password.html
@@ -17,16 +17,8 @@
% if ($svcnum) {
<% $cgi->redirect($fsurl.'view/svc_acct.cgi?'.$cgi->query_string) %>
% }
-% elsif ($contactnum) {
-% my $freeside_status = "Contact ".$contact->{'Hash'}->{'first'}." ".$contact->{'Hash'}->{'last'}." password updated.";
- <% $cgi->redirect( -uri => popurl(3). "view/cust_main.cgi?". $cgi->param('custnum'),
- -cookie => CGI::Cookie->new(
- -name => 'freeside_status',
- -value => mt($freeside_status),
- -expires => '+5m',
- ),
- )
-%>
+% elsif ($contactnum) {
+ <% $cgi->redirect($fsurl.'view/cust_main.cgi?'.$cgi->param('custnum')) %>
% }
% }