X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Felements%2Fmenu.html;h=edb5e8159b99f14d060ca172bb70df7dbb4647c5;hb=eb3bd392a89b8b666dc512951e78913c05b98810;hp=8cbbd174274107192f8566e0a0cf4ce5d683c196;hpb=e3012c0751dad6710ea35b6d074b551bffdad09b;p=freeside.git 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' ];