Release 1.0.1 established on SourceForge, fixing the bugs and including a Date Picker...
[fa-stable.git] / sales / credit_note_entry.php
index fd1474eee0d5c46abee2c3d8d4f00dddee75735e..98a7442f3feaa70e93204ea785ec2b3f7ab67b29 100644 (file)
@@ -21,6 +21,8 @@ include_once($path_to_root . "/sales/includes/ui/sales_order_ui.inc");
 $js = "";
 if ($use_popup_windows)
        $js .= get_js_open_window(900, 500);
+if ($use_date_picker)
+       $js .= get_js_date_picker();
 page(_("Customer Credit Note"), false, false, "", $js);
 
 //-----------------------------------------------------------------------------------------------