From: Christopher Burger Date: Thu, 21 Feb 2019 20:36:45 +0000 (-0500) Subject: RT# 82092 - v3 display fix X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=19d49567b9f1e07459253f28a41da121bd48811c RT# 82092 - v3 display fix --- diff --git a/httemplate/edit/elements/svc_Common.html b/httemplate/edit/elements/svc_Common.html index e5dc55979..0f79238a8 100644 --- a/httemplate/edit/elements/svc_Common.html +++ b/httemplate/edit/elements/svc_Common.html @@ -228,7 +228,7 @@ $svc_x->pvf($field)->widget( 'HTML', 'edit', $svc_x->getfield($field), - 'TH' + 'TD' ); } } diff --git a/httemplate/edit/process/elements/process.html b/httemplate/edit/process/elements/process.html index c474b1904..f927eae4a 100644 --- a/httemplate/edit/process/elements/process.html +++ b/httemplate/edit/process/elements/process.html @@ -209,16 +209,7 @@ process(); %} else { -% my $cookie; -% $cookie = CGI::Cookie->new( -% -name => 'freeside_status', -% -value => $messages, -% -expires => '+5m', -% ) if $messages; - <% $cgi->redirect( -uri => $redirect, - -cookie => $cookie, - ) - %> +<% $cgi->redirect($redirect) %> %} <%init>