Merged changes form stabel branch up to the current state (2.3.22+).
[fa-stable.git] / includes / prefs / sysprefs.inc
index 3c8613cb4a8323bfd1c811b145503b2d3ffa9d96..426d3a78fcbd3512ca4996a38911f02f11d3be21 100644 (file)
@@ -56,6 +56,11 @@ class sys_prefs
                return $this->prefs['default_workorder_required'];
        }
 
+       function default_quote_valid_days() 
+       {
+               return $this->prefs['default_quote_valid_days'];
+       }
+
        function default_delivery_required_by() 
        {
                return $this->prefs['default_delivery_required'];