diff options
| author | Mark Wells <mark@freeside.biz> | 2013-09-27 17:19:36 -0700 |
|---|---|---|
| committer | Mark Wells <mark@freeside.biz> | 2013-09-27 17:19:36 -0700 |
| commit | eb3bd392a89b8b666dc512951e78913c05b98810 (patch) | |
| tree | 22670bdf99b0a473abb708f6f5c55cbfa2f0c249 /httemplate/elements/menu.html | |
| parent | e3012c0751dad6710ea35b6d074b551bffdad09b (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 8cbbd1742..edb5e8159 100644 --- a/httemplate/elements/menu.html +++ b/httemplate/elements/menu.html @@ -600,6 +600,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{'separator'} = ''; #its a separator! $config_billing{'Prepaid cards'} = [ $fsurl.'search/prepay_credit.html', 'View outstanding cards, generate new cards' ]; |
