From 3ad91c632701f94f1f381c008428751be883ecea Mon Sep 17 00:00:00 2001 From: Joe Date: Tue, 24 Oct 2023 13:31:52 +0200 Subject: [PATCH] Rerun bank_accounts.php. Fixed missing Date Picker. --- gl/manage/bank_accounts.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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"); -- 2.30.2