Layout - added class label for branch link
[fa-stable.git] / includes / prefs / sysprefs.inc
index 7b738ad3729707ef6d783cb8fef24ca91b5bdfe6..f930f85da3229029cc2792755dcc43b33017633d 100644 (file)
@@ -66,6 +66,11 @@ class sys_prefs
                return $this->prefs['default_dim_required'];
        }       
        
+       function auto_currency_revaluation() 
+       {
+               return $this->prefs['auto_curr_reval'];
+       }       
+       
        function allocation_settled_allowance()
        {
                global $config_allocation_settled_allowance;