Release 1.0.1 established on SourceForge, fixing the bugs and including a Date Picker...
[fa-stable.git] / gl / inquiry / gl_account_inquiry.php
index 94ef03bf91a706c5d643d97a7a0e94c219bcdfef..23ffa17bd3f0d8c718f7b698da8826b4b7071045 100644 (file)
@@ -14,6 +14,8 @@ include_once($path_to_root . "/gl/includes/gl_db.inc");
 $js = get_js_set_focus('account');
 if ($use_popup_windows)
        $js .= get_js_open_window(800, 500);
+if ($use_date_picker)
+       $js .= get_js_date_picker();
 
 page(_("General Ledger Account Inquiry"), false, false, "setFocus()", $js);