added refund reasons to main menu
authorJoshua Goodman <jgoodman1990@gmail.com>
Tue, 25 Feb 2014 05:40:44 +0000 (05:40 +0000)
committerJoshua Goodman <jgoodman1990@gmail.com>
Tue, 25 Feb 2014 05:40:44 +0000 (05:40 +0000)
httemplate/elements/menu.html

index cd4fb39..4ba7b2f 100644 (file)
@@ -656,6 +656,10 @@ if ( $curuser->access_right('Configuration') ) {
   $config_billing{'separator4'} = ''; #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{'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.' ];
 }
 
 #XXX also to be unified