X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=admin%2Fgl_setup.php;h=d3c487768c5572c5f9308b04e23a58f865b25f27;hb=3f3cfa578adbc2b71f4fd9c8d0f5536d26af43d8;hp=670ee1a17c6093c94a5d8839e74bf08c9c2162c0;hpb=7e830126b96477e969fe3b48d9fc0e78f6c1fe00;p=fa-stable.git diff --git a/admin/gl_setup.php b/admin/gl_setup.php index 670ee1a1..d3c48776 100644 --- a/admin/gl_setup.php +++ b/admin/gl_setup.php @@ -83,7 +83,8 @@ start_form(); start_outer_table(TABLESTYLE2); table_section(1); -if (get_company_pref('grn_clearing_act') === null) { // available form 2.3.1, can be not defined on pre-2.4 installations + +if (get_company_pref('grn_clearing_act') === null) { // available from 2.3.1, can be not defined on pre-2.4 installations set_company_pref('grn_clearing_act', 'glsetup.purchase', 'varchar', 15, 0); refresh_sys_prefs(); }