summaryrefslogtreecommitdiff
path: root/httemplate
diff options
context:
space:
mode:
authorIrina Todeva <itodeva@hostgator.com>2015-09-29 13:58:39 -0600
committerMark Wells <mark@freeside.biz>2015-11-03 12:28:13 -0800
commit676a117afd9d1091dcf425cc894593beda54e78c (patch)
tree0c914ed4cfa4c0abcdd0ed89fa6a4cd017c179bb /httemplate
parent55c7e3cc18a45620f48ae62d3bc044a830bd8c95 (diff)
Changed the purpose of 'void credit' reasons type 'X' to void
credit/invoice/payment reasons
Diffstat (limited to 'httemplate')
-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 dcc02c2b1..81c121259 100644
--- a/httemplate/elements/menu.html
+++ b/httemplate/elements/menu.html
@@ -721,6 +721,10 @@ if ( $curuser->access_right('Configuration') ) {
$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.' ];
+
+ $config_billing{'separator6'} = ''; #its a separator!
+ $config_billing{'Void reasons'} = [ $fsurl.'browse/reason.html?class=X', 'Void reasons explain why a void was issued.' ];
+ $config_billing{'Void reason types'} = [ $fsurl.'browse/reason_type.html?class=X', 'Void reason types define groups of reasons.' ];
}
#XXX also to be unified