From: Christopher Burger Date: Wed, 26 Sep 2018 13:33:36 +0000 (-0400) Subject: RT# 75817 - V3 fix for redirect X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=2c23904b0cc9dcd02740b0b7edb980d70d28df1b RT# 75817 - V3 fix for redirect --- diff --git a/httemplate/misc/process/change-password.html b/httemplate/misc/process/change-password.html index 1c746a4e0..61a1a5e16 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')) %> % } % }