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

index 8be8a5f..dfd0eab 100644 (file)
@@ -687,6 +687,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.' ];
+  $config_billing{'Credit void reason types'}  = [ $fsurl.'browse/reason_type.html?class=X', 'Credit void reason types define groups of reasons.' ];
 }
 
 #XXX also to be unified