diff options
author | Ivan Kohler <ivan@freeside.biz> | 2020-11-09 13:18:07 -0800 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2020-11-09 13:18:07 -0800 |
commit | 4d4171d7ad39732b07839d90e1d74b9f84772d45 (patch) | |
tree | b9f0b99447b09113626d5dfbfb8d38508b07d14c /httemplate/elements/tr-select-reason.html | |
parent | 2f3c7f47203f2a1e1590425dc32fd9cf76b6f165 (diff) |
add credit reason selection, RT#85046
Diffstat (limited to 'httemplate/elements/tr-select-reason.html')
-rwxr-xr-x | httemplate/elements/tr-select-reason.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/elements/tr-select-reason.html b/httemplate/elements/tr-select-reason.html index 64648ba54..8174420a7 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. |