summaryrefslogtreecommitdiff
path: root/httemplate/edit/process/elements/process.html
diff options
context:
space:
mode:
authorChristopher Burger <burgerc@freeside.biz>2019-04-28 19:14:49 -0400
committerChristopher Burger <burgerc@freeside.biz>2019-04-30 14:07:35 -0400
commit1c3b548f575b3313d9a93b391751f6ce719b0b6d (patch)
treeb0b6a4656c3ab227dee5bdba3b1505e00571bd3c /httemplate/edit/process/elements/process.html
parent27ef6158f7cca5785626e1a71b3be794e277c045 (diff)
RT# 83204 - added link to service or tower causing error.
Diffstat (limited to 'httemplate/edit/process/elements/process.html')
-rw-r--r--httemplate/edit/process/elements/process.html6
1 files changed, 5 insertions, 1 deletions
diff --git a/httemplate/edit/process/elements/process.html b/httemplate/edit/process/elements/process.html
index f70875bec..e332957eb 100644
--- a/httemplate/edit/process/elements/process.html
+++ b/httemplate/edit/process/elements/process.html
@@ -499,7 +499,11 @@ if ($class eq "FS::tower" && !$error) {
$error = $export_tower->{'error'} if $export_tower;
}
}
- $cgi->param('error', $error) if $error;
+ if ($error) {
+ my $encoded_error = encode_base64($error);
+ $cgi->param('error_link', $encoded_error) if $error;
+
+ }
}
# set up redirect URLs