Changes in average material cost from bom_edit to work_orders_db.
[fa-stable.git] / purchasing / supplier_invoice_grns.php
index 0bd9f578cf4d2c7b35d80410dbab4aefb556d2b2..04aaaea7526dfce88f108eb2ed6cb05410dadd2e 100644 (file)
@@ -9,7 +9,10 @@ include_once($path_to_root . "/includes/session.inc");
 include_once($path_to_root . "/purchasing/includes/purchasing_ui.inc");
 include_once($path_to_root . "/purchasing/includes/purchasing_db.inc");
 
-page(_("Select Received Items to Add"));
+$js = "";
+if ($use_date_picker)
+       $js .= get_js_date_picker();
+page(_("Select Received Items to Add"), false, false, "", $js);
 
 
 if (!isset($_SESSION['supp_trans']))