summaryrefslogtreecommitdiff
path: root/httemplate/elements
diff options
context:
space:
mode:
authorjeff <jeff>2007-12-18 22:41:07 +0000
committerjeff <jeff>2007-12-18 22:41:07 +0000
commit9e5c157b7be4ddf6d518a413857de5427149b745 (patch)
tree966a74bcab484620f8708aface3fb26b3ca2e0ce /httemplate/elements
parent378bd3dcbe67b0ea00ab65aca2c59ff777137469 (diff)
correct bad credit reason conflict resolution
Diffstat (limited to 'httemplate/elements')
-rwxr-xr-xhttemplate/elements/tr-select-reason.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/elements/tr-select-reason.html b/httemplate/elements/tr-select-reason.html
index b57f78a1e..2639a9d5c 100755
--- a/httemplate/elements/tr-select-reason.html
+++ b/httemplate/elements/tr-select-reason.html
@@ -110,7 +110,7 @@ if ($class eq 'C') {
} elsif ($class eq 'S') {
$access_right = 'Suspend customer package';
$add_access_right = 'Add on-the-fly suspend reason';
-} elsif ($class eq 'S') {
+} elsif ($class eq 'R') {
$access_right = 'Post credit';
$add_access_right = 'Add on-the-fly credit reason';
} else {