From: Joe Date: Tue, 24 Oct 2023 11:31:52 +0000 (+0200) Subject: Rerun bank_accounts.php. Fixed missing Date Picker. X-Git-Url: https://delta.frontaccounting.com/gitweb/?p=fa-stable.git;a=commitdiff_plain;h=3ad91c632701f94f1f381c008428751be883ecea Rerun bank_accounts.php. Fixed missing Date Picker. --- diff --git a/gl/manage/bank_accounts.php b/gl/manage/bank_accounts.php index c4098e0c..e7e71749 100644 --- a/gl/manage/bank_accounts.php +++ b/gl/manage/bank_accounts.php @@ -14,7 +14,11 @@ $path_to_root = "../.."; include($path_to_root . "/includes/db_pager.inc"); include($path_to_root . "/includes/session.inc"); -page(_($help_context = "Bank Accounts")); +$js = ""; +if (user_use_date_picker()) + $js .= get_js_date_picker(); + +page(_($help_context = "Bank Accounts"), isset($_GET['bank_id']), false, "", $js); include($path_to_root . "/includes/ui.inc"); include_once($path_to_root . "/includes/ui/attachment.inc");