Release 1.0.1 established on SourceForge, fixing the bugs and including a Date Picker...
[fa-stable.git] / purchasing / supplier_credit.php
index af63044b64f211062dc3caba03c7a1cc966fcba3..ff4c07249a78e311a8b525c3c2ccf297a5df2818 100644 (file)
@@ -15,6 +15,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(_("Supplier Credit Note"), false, false, "", $js);
 
 //----------------------------------------------------------------------------------------