[freeside-commits] branch FREESIDE_3_BRANCH updated. dd7dff52ca8fb19725b52202b32facd41917ed80

Jonathan Prykop jonathan at 420.am
Mon Nov 23 18:09:43 PST 2015


The branch, FREESIDE_3_BRANCH has been updated
       via  dd7dff52ca8fb19725b52202b32facd41917ed80 (commit)
      from  bc6bf7f836101ec9490db54346e47760733f4927 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit dd7dff52ca8fb19725b52202b32facd41917ed80
Author: Jonathan Prykop <jonathan at freeside.biz>
Date:   Mon Nov 23 20:09:23 2015 -0600

    RT#39008: OQM - where do you set credit void reasons

diff --git a/httemplate/elements/menu.html b/httemplate/elements/menu.html
index efd9033..8be8a5f 100644
--- a/httemplate/elements/menu.html
+++ b/httemplate/elements/menu.html
@@ -686,6 +686,7 @@ if ( $curuser->access_right('Configuration') ) {
 
   $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.' ];
 }
 
 #XXX also to be unified

-----------------------------------------------------------------------

Summary of changes:
 httemplate/elements/menu.html |    1 +
 1 file changed, 1 insertion(+)




More information about the freeside-commits mailing list