diff options
| author | Ivan Kohler <ivan@freeside.biz> | 2014-03-06 15:19:53 -0800 |
|---|---|---|
| committer | Ivan Kohler <ivan@freeside.biz> | 2014-03-06 15:19:53 -0800 |
| commit | e9e0cf0989259b94d9758eceff448666a2e5a5cc (patch) | |
| tree | c07f9bf18ce45df21927258baea22bdbd855a328 /httemplate/elements/menu.html | |
| parent | d535b964454fbccc5ccf44a92a6cd8d8405cc549 (diff) | |
| parent | c7bc6770f2f0b4413b788f8fc9abde6ad5548da3 (diff) | |
Merge branch 'master' of https://github.com/jgoodman/Freeside
(github pull request #24 -- change refunds to proper refunds)
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 cd4fb39ec..4ba7b2f00 100644 --- a/httemplate/elements/menu.html +++ b/httemplate/elements/menu.html @@ -656,6 +656,10 @@ if ( $curuser->access_right('Configuration') ) { $config_billing{'separator4'} = ''; #its a separator! $config_billing{'Credit reasons'} = [ $fsurl.'browse/reason.html?class=R', 'Credit reasons explain why a credit was issued.' ]; $config_billing{'Credit reason types'} = [ $fsurl.'browse/reason_type.html?class=R', 'Credit reason types define groups of reasons.' ]; + + $config_billing{'separator5'} = ''; #its a separator! + $config_billing{'Refund reasons'} = [ $fsurl.'browse/reason.html?class=F', 'Refund reasons explain why a refund was issued.' ]; + $config_billing{'Refund reason types'} = [ $fsurl.'browse/reason_type.html?class=F', 'Refund reason types define groups of reasons.' ]; } #XXX also to be unified |
