X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=includes%2Fprefs%2Fsysprefs.inc;h=733a18b1dcbf4f73448e278d38a983e628b91977;hb=231addc23887aa8b906dca18ea0b2a6fe63c3c39;hp=95c2eacd141fb0185fd12a2d71cdc2be489ffb79;hpb=f12dbe7523bb1abc6cd69b009ef8f0be838f5348;p=fa-stable.git diff --git a/includes/prefs/sysprefs.inc b/includes/prefs/sysprefs.inc index 95c2eacd..733a18b1 100644 --- a/includes/prefs/sysprefs.inc +++ b/includes/prefs/sysprefs.inc @@ -1,5 +1,14 @@ . +***********************************************************************/ include_once($path_to_root . "/admin/db/company_db.inc"); class sys_prefs @@ -40,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; }