diff options
author | Jonathan Prykop <jonathan@freeside.biz> | 2015-11-23 20:41:46 -0600 |
---|---|---|
committer | Jonathan Prykop <jonathan@freeside.biz> | 2015-11-23 20:41:46 -0600 |
commit | b5630d6d144f7691edd2a01e79bbc3549aa1dd21 (patch) | |
tree | 46a558d1834443e28db5e752317f4bb6f589c56c | |
parent | dd7dff52ca8fb19725b52202b32facd41917ed80 (diff) |
RT#39008: OQM - where do you set credit void reasons [added reason type link]
-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 8be8a5fd5..dfd0eaba7 100644 --- a/httemplate/elements/menu.html +++ b/httemplate/elements/menu.html @@ -687,6 +687,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.' ]; + $config_billing{'Credit void reason types'} = [ $fsurl.'browse/reason_type.html?class=X', 'Credit void reason types define groups of reasons.' ]; } #XXX also to be unified |