summaryrefslogtreecommitdiff
path: root/httemplate/misc
diff options
context:
space:
mode:
authorJonathan Prykop <jonathan@freeside.biz>2015-11-16 19:32:09 -0600
committerJonathan Prykop <jonathan@freeside.biz>2015-11-16 19:37:07 -0600
commit5366f4b305b16f706e5d89870150298029b57812 (patch)
tree72c41fea1aed72edaf06fda8b29f06433a5e5840 /httemplate/misc
parentd8e06c995fcadacb3e06ba67ffcfe6d63109e2f7 (diff)
RT#17480: Freeside Cancel Reason [small fixes]
Diffstat (limited to 'httemplate/misc')
-rw-r--r--httemplate/misc/reason-merge.html4
1 files changed, 1 insertions, 3 deletions
diff --git a/httemplate/misc/reason-merge.html b/httemplate/misc/reason-merge.html
index a531e582c..14f5ebb84 100644
--- a/httemplate/misc/reason-merge.html
+++ b/httemplate/misc/reason-merge.html
@@ -1,9 +1,7 @@
% if ($success) {
<% include('/elements/header-popup.html', 'Reason Merge Success') %>
<SCRIPT>
-<!--
window.top.location.reload()
--->
</SCRIPT>
% } else {
<% include('/elements/header-popup.html', 'Merge Reasons') %>
@@ -72,7 +70,7 @@ if ($cgi->param('process_merge') && !$error) {
$error = $destreason->merge(\@reasons);
$success = 1 unless $error;
} else {
- $error = "No desitation reason selected.";
+ $error = "No destination reason selected.";
}
}