diff options
| author | Mark Wells <mark@freeside.biz> | 2013-09-27 17:29:17 -0700 |
|---|---|---|
| committer | Mark Wells <mark@freeside.biz> | 2013-09-27 17:29:17 -0700 |
| commit | 1d6a32338660e3d7202faa7e4ce14736b4569a48 (patch) | |
| tree | 681f6a7887f43974b7e58508e5aeb5b59db531b7 /httemplate/elements/menu.html | |
| parent | c64ff892b9067f7aa719e78b20379d3274907946 (diff) | |
invoice configurations, #24723
Diffstat (limited to 'httemplate/elements/menu.html')
| -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 0d446d997..c5d8f27e5 100644 --- a/httemplate/elements/menu.html +++ b/httemplate/elements/menu.html @@ -593,6 +593,7 @@ $config_billing{'Billing events'} = [ $fsurl.'browse/part_event.html', 'Billing || $curuser->access_right('Edit global billing events'); if ( $curuser->access_right('Configuration') ) { #$config_billing{'Invoice events'} = [ $fsurl.'browse/part_bill_event.cgi', 'Deprecated, old-style actions for overdue invoices' ]; + $config_billing{'Invoice configurations'} = [ $fsurl.'browse/invoice_conf.html', 'Adjust invoice settings for special-purpose notices' ]; $config_billing{'Invoice templates'} = [ $fsurl.'browse/invoice_template.html', 'Edit templates for HTML, plaintext and typeset invoices' ]; $config_billing{'Prepaid cards'} = [ $fsurl.'search/prepay_credit.html', 'View outstanding cards, generate new cards' ]; $config_billing{'Call rates and regions'} = [ \%config_billing_rates, 'Manage rate plans, regions and prefixes for VoIP and call billing' ]; |
