summaryrefslogtreecommitdiff
path: root/httemplate/elements
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2020-11-09 13:18:13 -0800
committerIvan Kohler <ivan@freeside.biz>2020-11-09 13:18:13 -0800
commitc855c5c3137c69bba8e801d14fcbe6821accd2ce (patch)
tree309b6722031acf836ac3f57979c3e6df5e79c527 /httemplate/elements
parent9733a8e3629a43d56e44d4fbb9c3fe7ddb3a0d16 (diff)
add credit reason selection, RT#85046
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 6a21c5529..fc9ed3229 100755
--- a/httemplate/elements/tr-select-reason.html
+++ b/httemplate/elements/tr-select-reason.html
@@ -16,7 +16,7 @@ Example:
'control_button' => 'element_name', #button to be enabled when a reason is
#selected
'id' => 'element_id',
- 'hide_add' => '1', # setting this will hide the add new reason link,
+ 'hide_addnew' => '1', # setting this will hide the add new reason link,
# even if the user has access to add a new reason.
'hide_onload' => '1', # setting this will hide reason select box on page load,
# allowing for it do be displayed later.