The selected menu tab is now shown with same background as hover color.
[fa-stable.git] / purchasing / po_entry_items.php
index 3c9976be61ea9ad0d594703c91d5d8f1f18a6c24..be2393ae774eaa8285b4a44803bf08bd07f6e022 100644 (file)
@@ -15,6 +15,8 @@ include_once($path_to_root . "/purchasing/includes/purchasing_ui.inc");
 $js = get_js_form_entry("StockID2", "stock_id", "qty");
 if ($use_popup_windows)
        $js .= get_js_open_window(900, 500);
+if ($use_date_picker)
+       $js .= get_js_date_picker();
 
 if (isset($_GET['ModifyOrderNumber'])) 
 {