X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=includes%2Fprefs%2Fsysprefs.inc;h=733a18b1dcbf4f73448e278d38a983e628b91977;hb=231addc23887aa8b906dca18ea0b2a6fe63c3c39;hp=2b59f33cbd34a17fd471ccfdd4ee7c891590da34;hpb=a5242af68e65661edb7175412444dce536a7f311;p=fa-stable.git diff --git a/includes/prefs/sysprefs.inc b/includes/prefs/sysprefs.inc index 2b59f33c..733a18b1 100644 --- a/includes/prefs/sysprefs.inc +++ b/includes/prefs/sysprefs.inc @@ -49,8 +49,8 @@ class sys_prefs } function default_delivery_required_by() - { // FIX this in next major release -// return get_company_pref('default_delivery_required'); + { + return get_company_pref('default_delivery_required'); return 1; }