Release 1.0.1 established on SourceForge, fixing the bugs and including a Date Picker...
[fa-stable.git] / purchasing / supplier_invoice.php
index 33afd6c48763c6097ec19ef1543ab02553710796..b4a83c48a3948506d95c3b63363a07535c372d41 100644 (file)
@@ -14,6 +14,8 @@ include_once($path_to_root . "/purchasing/includes/purchasing_ui.inc");
 $js = "";
 if ($use_popup_windows)
        $js .= get_js_open_window(900, 500);
+if ($use_date_picker)
+       $js .= get_js_date_picker();
 page(_("Enter Supplier Invoice"), false, false, "", $js);