X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=gl%2Fgl_journal.php;h=a6f264075719fa08f0913f8517828f8f832da285;hb=927ebef2443b6dda544056e33ec84b71d2bdb6c2;hp=d516bdac8eaa8ff8e03367d750ba5684903f70e9;hpb=53d942f2a0d20cce5e9c409c6485867ce0869e4d;p=fa-stable.git diff --git a/gl/gl_journal.php b/gl/gl_journal.php index d516bdac..a6f26407 100644 --- a/gl/gl_journal.php +++ b/gl/gl_journal.php @@ -21,11 +21,12 @@ include_once($path_to_root . "/includes/data_checks.inc"); include_once($path_to_root . "/gl/includes/ui/gl_journal_ui.inc"); include_once($path_to_root . "/gl/includes/gl_db.inc"); 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 ($use_date_picker) +if (user_use_date_picker()) $js .= get_js_date_picker(); if (isset($_GET['ModifyGL'])) { @@ -345,4 +346,3 @@ end_form(); end_page(); -?>