X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=gl%2Fgl_journal.php;h=a6f264075719fa08f0913f8517828f8f832da285;hb=927ebef2443b6dda544056e33ec84b71d2bdb6c2;hp=003e8292bd6c00aa2d794a2a779e748bd7769ce9;hpb=5b8f4c4b4aa8cf996bc071f116bfce1273200fa2;p=fa-stable.git diff --git a/gl/gl_journal.php b/gl/gl_journal.php index 003e8292..a6f26407 100644 --- a/gl/gl_journal.php +++ b/gl/gl_journal.php @@ -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();