diff options
author | Jonathan Prykop <jonathan@freeside.biz> | 2015-11-16 19:32:09 -0600 |
---|---|---|
committer | Jonathan Prykop <jonathan@freeside.biz> | 2015-11-16 20:22:03 -0600 |
commit | 73ad9e9c38a2b441444dfe77458f515de5b58ac3 (patch) | |
tree | 879a6c1e43dabfdfddf12330aa64c8e89f279391 /httemplate/misc | |
parent | 67b1386cb9519db0088c077f415a813a41a2315b (diff) |
RT#17480: Freeside Cancel Reason [small fixes]
Diffstat (limited to 'httemplate/misc')
-rw-r--r-- | httemplate/misc/reason-merge.html | 4 |
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."; } } |