Changes in db scheme: gl_trans.type_no optimized to int, changed lock_stock.reorder_l...
[fa-stable.git] / gl / gl_journal.php
index b68d247fa0e1b9a8d4fe505e9e75ae9c7744aa6d..a6f264075719fa08f0913f8517828f8f832da285 100644 (file)
@@ -24,7 +24,7 @@ include_once($path_to_root . "/gl/includes/gl_ui.inc");
 include_once($path_to_root . "/taxes/db/tax_types_db.inc");
 
 $js = '';
-if ($use_popup_windows)
+if ($SysPrefs->use_popup_windows)
        $js .= get_js_open_window(800, 500);
 if (user_use_date_picker())
        $js .= get_js_date_picker();
@@ -346,4 +346,3 @@ end_form();
 
 end_page();
 
-?>