X-Git-Url: https://delta.frontaccounting.com/gitweb/?p=fa-stable.git;a=blobdiff_plain;f=gl%2Fmanage%2Fbank_accounts.php;fp=gl%2Fmanage%2Fbank_accounts.php;h=e7e71749a5f5f6249a9bdfe859cafa75493beab1;hp=c4098e0c3f14a4257110767e5fc0907ed3273b9d;hb=3ad91c632701f94f1f381c008428751be883ecea;hpb=3331ec7af8426899cdb765c98d96563d4b583193 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");