X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=includes%2Fprefs%2Fsysprefs.inc;h=f930f85da3229029cc2792755dcc43b33017633d;hb=3613e32ad573d5faccb974a421702bdd87583878;hp=7b738ad3729707ef6d783cb8fef24ca91b5bdfe6;hpb=f7b0f0130571e3473baead5cffe25666170fe70f;p=fa-stable.git diff --git a/includes/prefs/sysprefs.inc b/includes/prefs/sysprefs.inc index 7b738ad3..f930f85d 100644 --- a/includes/prefs/sysprefs.inc +++ b/includes/prefs/sysprefs.inc @@ -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;