X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=includes%2Fprefs%2Fsysprefs.inc;h=f8e782826386d78afcec9e0fc7a7dbf44a852f9e;hb=ddadb47f2620ce6902ad4694ce6512568862ba05;hp=2b59f33cbd34a17fd471ccfdd4ee7c891590da34;hpb=a5242af68e65661edb7175412444dce536a7f311;p=fa-stable.git diff --git a/includes/prefs/sysprefs.inc b/includes/prefs/sysprefs.inc index 2b59f33c..f8e78282 100644 --- a/includes/prefs/sysprefs.inc +++ b/includes/prefs/sysprefs.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()