Release 1.0.1 established on SourceForge, fixing the bugs and including a Date Picker...
[fa-stable.git] / gl / gl_journal.php
index 7ac7b703df69f97625faf05da8a5a3912d1aa8d3..2a027399891d5c70ce593bca6883d5df5ef6f0ba 100644 (file)
@@ -16,6 +16,8 @@ include_once($path_to_root . "/gl/includes/gl_ui.inc");
 $js = get_js_form_entry("CodeID2", "code_id", "AmountDebit");
 if ($use_popup_windows)
        $js .= get_js_open_window(800, 500);
+if ($use_date_picker)
+       $js .= get_js_date_picker();
 $js .= get_js_set_focus('CodeID2');
 
 page(_("Journal Entry"), false, false, "setFocus()", $js);