Release 1.0.1 established on SourceForge, fixing the bugs and including a Date Picker...
[fa-stable.git] / gl / inquiry / bank_inquiry.php
index 1ff071592c037c7d3c9564742426ca35a2ab5ed4..eab22259592a7483107f89e08aa7d1c5a02cb5f9 100644 (file)
@@ -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."));