X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=includes%2Fprefs%2Fsysprefs.inc;h=f8e782826386d78afcec9e0fc7a7dbf44a852f9e;hb=6989100b74130784a524b1f941b3ae73f30f663a;hp=95c2eacd141fb0185fd12a2d71cdc2be489ffb79;hpb=f12dbe7523bb1abc6cd69b009ef8f0be838f5348;p=fa-stable.git diff --git a/includes/prefs/sysprefs.inc b/includes/prefs/sysprefs.inc index 95c2eacd..f8e78282 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,9 +49,8 @@ class sys_prefs } function default_delivery_required_by() - { // FIX this in next major release -// return get_company_pref('default_delivery_required'); - return 1; + { + return get_company_pref('default_delivery_required'); } function default_dimension_required_by()