X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=gl%2Finquiry%2Fbank_inquiry.php;h=eab22259592a7483107f89e08aa7d1c5a02cb5f9;hb=431531eebf3ba494002cfbf7ea36f9e82d4975c0;hp=1ff071592c037c7d3c9564742426ca35a2ab5ed4;hpb=57ab7b19733486db1572c646c4ff0a58c260ddd2;p=fa-stable.git diff --git a/gl/inquiry/bank_inquiry.php b/gl/inquiry/bank_inquiry.php index 1ff07159..eab22259 100644 --- a/gl/inquiry/bank_inquiry.php +++ b/gl/inquiry/bank_inquiry.php @@ -14,6 +14,8 @@ include_once($path_to_root . "/includes/banking.inc"); $js = ""; if ($use_popup_windows) $js .= get_js_open_window(800, 500); +if ($use_date_picker) + $js .= get_js_date_picker(); page(_("Bank Statement"), false, false, "", $js); check_db_has_bank_accounts(_("There are no bank accounts defined in the system."));