diff options
author | Jonathan Prykop <jonathan@freeside.biz> | 2015-11-23 20:09:23 -0600 |
---|---|---|
committer | Jonathan Prykop <jonathan@freeside.biz> | 2015-11-23 20:09:23 -0600 |
commit | dd7dff52ca8fb19725b52202b32facd41917ed80 (patch) | |
tree | 5863be4d62e2ba6a94679ee869c89b4a113673a3 /httemplate/elements | |
parent | bc6bf7f836101ec9490db54346e47760733f4927 (diff) |
RT#39008: OQM - where do you set credit void reasons
Diffstat (limited to 'httemplate/elements')
-rw-r--r-- | httemplate/elements/menu.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/httemplate/elements/menu.html b/httemplate/elements/menu.html index efd9033db..8be8a5fd5 100644 --- a/httemplate/elements/menu.html +++ b/httemplate/elements/menu.html @@ -686,6 +686,7 @@ if ( $curuser->access_right('Configuration') ) { $config_billing{'Credit reasons'} = [ $fsurl.'browse/reason.html?class=R', 'Credit reasons explain why a credit was issued.' ]; $config_billing{'Credit reason types'} = [ $fsurl.'browse/reason_type.html?class=R', 'Credit reason types define groups of reasons.' ]; + $config_billing{'Credit void reasons'} = [ $fsurl.'browse/reason.html?class=X', 'Credit void reasons explain why a credit was voided.' ]; } #XXX also to be unified |