diff options
| author | Mark Wells <mark@freeside.biz> | 2014-02-25 23:13:32 -0800 |
|---|---|---|
| committer | Mark Wells <mark@freeside.biz> | 2014-02-25 23:33:56 -0800 |
| commit | e8fb3448ac1b9dae5410f88cf70eb36cd822c247 (patch) | |
| tree | f8ace47a98d8093c5a37d2d059927346f57ce772 /httemplate/elements/menu.html | |
| parent | b6c0ce19ea154eeec1f992a528c5c7e3ef877e81 (diff) | |
non-package fees, #25899
Diffstat (limited to 'httemplate/elements/menu.html')
| -rw-r--r-- | httemplate/elements/menu.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/httemplate/elements/menu.html b/httemplate/elements/menu.html index cfc262ee5..9f1e105db 100644 --- a/httemplate/elements/menu.html +++ b/httemplate/elements/menu.html @@ -572,6 +572,10 @@ if ( $curuser->access_right('Configuration') ) { $config_pkg{'Package report classes'} = [ $fsurl.'browse/part_pkg_report_option.html', 'Package classes define optional groups of packages for reporting only.' ]; #eo package grouping sub-menu + if ( $curuser->access_right([ 'Edit fee definitions', + 'Edit global fee definitions' ]) ) { + $config_pkg{'Fees'} = [ $fsurl.'browse/part_fee.html', '' ]; + } $config_pkg{'Discounts'} = [ $fsurl.'browse/discount.html', '' ]; $config_pkg{'Discount classes'} = [ $fsurl.'browse/discount_class.html', '' ]; $config_pkg{'Cancel/Suspend Reasons'} = [ \%config_pkg_reason, '' ]; |
