diff options
| author | Ivan Kohler <ivan@freeside.biz> | 2012-06-25 11:55:36 -0700 |
|---|---|---|
| committer | Ivan Kohler <ivan@freeside.biz> | 2012-06-25 11:55:36 -0700 |
| commit | 5e6aacb06ed099355ada9ebc3ddc322c40b13fea (patch) | |
| tree | e68a02d9dcc34066617dfd8408fd9111f55cec08 /httemplate/elements/menu.html | |
| parent | 3d15558284480e5c0cd9dc713de880e6099bf5fd (diff) | |
un-break HTML invoice editor by using a regular textarea for now
Diffstat (limited to 'httemplate/elements/menu.html')
| -rw-r--r-- | httemplate/elements/menu.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/elements/menu.html b/httemplate/elements/menu.html index cdae71fc8..0f85236dd 100644 --- a/httemplate/elements/menu.html +++ b/httemplate/elements/menu.html @@ -494,7 +494,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' ]; -#this doesn't work right# $config_billing{'Invoice templates'} = [ $fsurl.'browse/invoice_template.html', 'Edit templates for HTML, plaintext and typeset invoices' ]; + $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' ]; |
