diff options
author | Jonathan Prykop <jonathan@freeside.biz> | 2015-11-16 19:32:09 -0600 |
---|---|---|
committer | Jonathan Prykop <jonathan@freeside.biz> | 2015-11-16 19:32:09 -0600 |
commit | c0886229d19cfa798580fbeb342826fd11ceeeb0 (patch) | |
tree | 72348e68c13f75bda6982cc68905dae5904f1aa5 /httemplate/misc/reason-merge.html | |
parent | 06ba67f2db8e73955cd98e25927c4c6751539426 (diff) |
RT#17480: Freeside Cancel Reason [small fixes]
Diffstat (limited to 'httemplate/misc/reason-merge.html')
-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."; } } |