X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=includes%2Fprefs%2Fsysprefs.inc;h=f8e782826386d78afcec9e0fc7a7dbf44a852f9e;hb=ddadb47f2620ce6902ad4694ce6512568862ba05;hp=08ff32f186085644fdc36a2a8c59ddebbe45eba7;hpb=818719f38b8327cdca616d58b13913dbd174d96a;p=fa-stable.git diff --git a/includes/prefs/sysprefs.inc b/includes/prefs/sysprefs.inc index 08ff32f1..f8e78282 100644 --- a/includes/prefs/sysprefs.inc +++ b/includes/prefs/sysprefs.inc @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ include_once($path_to_root . "/admin/db/company_db.inc"); @@ -49,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()