diff options
author | Mark Wells <mark@freeside.biz> | 2015-12-14 16:26:05 -0800 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2015-12-14 17:04:14 -0800 |
commit | 9f5cf2be392f07e6d7dd49462b14f7ee351c251e (patch) | |
tree | 1669c0ec4789023191e4ad16efaa23374b3dc10f /httemplate/elements | |
parent | b3db3e68f602f3ca395a6bc272a4de6fef2d0895 (diff) |
show refund reason on report and make it searchable, #39398
Diffstat (limited to 'httemplate/elements')
-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 0988b98db..fd77d9d28 100644 --- a/httemplate/elements/menu.html +++ b/httemplate/elements/menu.html @@ -684,12 +684,12 @@ if ( $curuser->access_right('Configuration') ) { if $conf->exists('enable_taxproducts'); $config_billing{'Tax classes'} = [ $fsurl. 'browse/part_pkg_taxclass.html', 'Tax classes' ]; + $config_billing{'separator5'} = ''; #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{'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.' ]; } |