summaryrefslogtreecommitdiff
path: root/httemplate/elements/menu.html
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2015-12-14 13:40:17 -0800
committerMark Wells <mark@freeside.biz>2015-12-14 13:40:17 -0800
commitb3db3e68f602f3ca395a6bc272a4de6fef2d0895 (patch)
treedbce2110be4a1c3114119910114e8c654180188b /httemplate/elements/menu.html
parentf6c324e36edfbab5243c8b714ce34f04ad5bca91 (diff)
backport refund reasons, #39398
Diffstat (limited to 'httemplate/elements/menu.html')
-rw-r--r--httemplate/elements/menu.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/httemplate/elements/menu.html b/httemplate/elements/menu.html
index dfd0eaba7..0988b98db 100644
--- a/httemplate/elements/menu.html
+++ b/httemplate/elements/menu.html
@@ -688,6 +688,10 @@ if ( $curuser->access_right('Configuration') ) {
$config_billing{'Credit reason types'} = [ $fsurl.'browse/reason_type.html?class=R', 'Credit reason types define groups of reasons.' ];
$config_billing{'Credit void reasons'} = [ $fsurl.'browse/reason.html?class=X', 'Credit void reasons explain why a credit was voided.' ];
$config_billing{'Credit void reason types'} = [ $fsurl.'browse/reason_type.html?class=X', 'Credit void 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