X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=admin%2Fgl_setup.php;h=fe494679a0ea6ff885175eceacacecfcf2810945;hb=90b3d069d96b99671af51726e2953352738abb75;hp=1263be92747f82cce2063156f1beb066c195d0cd;hpb=e9782c04faf09dd040dbc0c908cdb6e6d4f0dcfc;p=fa-stable.git diff --git a/admin/gl_setup.php b/admin/gl_setup.php index 1263be92..fe494679 100644 --- a/admin/gl_setup.php +++ b/admin/gl_setup.php @@ -83,6 +83,10 @@ 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 + set_company_pref('grn_clearing_act', 'glsetup.purchase', 'varchar', 15, 0); + refresh_sys_prefs(); +} $myrow = get_company_prefs();