RT#39008: OQM - where do you set credit void reasons
authorJonathan Prykop <jonathan@freeside.biz>
Tue, 24 Nov 2015 02:09:23 +0000 (20:09 -0600)
committerJonathan Prykop <jonathan@freeside.biz>
Tue, 24 Nov 2015 02:09:23 +0000 (20:09 -0600)
httemplate/elements/menu.html

index efd9033..8be8a5f 100644 (file)
@@ -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