Merged changes from stable branch up to 2.3.12
[fa-stable.git] / admin / gl_setup.php
index 670ee1a17c6093c94a5d8839e74bf08c9c2162c0..d3c487768c5572c5f9308b04e23a58f865b25f27 100644 (file)
@@ -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();
 }