X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=gl%2Faccruals.php;h=5e45e3a35604beab11e8332f8c1e42c6a9c66d23;hb=927ebef2443b6dda544056e33ec84b71d2bdb6c2;hp=4bfc923b10517901bb401cb78c08f8e5867262e1;hpb=264c09696d65efe4532c197f317162daf8c24f32;p=fa-stable.git diff --git a/gl/accruals.php b/gl/accruals.php index 4bfc923b..5e45e3a3 100644 --- a/gl/accruals.php +++ b/gl/accruals.php @@ -11,7 +11,7 @@ include_once($path_to_root . "/includes/session.inc"); include_once($path_to_root . "/gl/includes/db/gl_db_trans.inc"); $js = get_js_open_window(800, 500); -if ($use_date_picker) +if (user_use_date_picker()) $js .= get_js_date_picker(); // Begin the UI @@ -225,4 +225,3 @@ end_form(); end_page(); -?>