X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=purchasing%2Fpo_receive_items.php;h=e12b6a4203277fc86eba319c0afcdf4749bf9ff9;hb=dc45c23788aef82de242efa67ad47979099b1e97;hp=8ad1ef068b10aa565e467ef13b906fd501fca5cf;hpb=da8311619dd73feae101d246a1957b972e00cbd2;p=fa-stable.git diff --git a/purchasing/po_receive_items.php b/purchasing/po_receive_items.php index 8ad1ef06..e12b6a42 100644 --- a/purchasing/po_receive_items.php +++ b/purchasing/po_receive_items.php @@ -10,6 +10,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(_("Receive Purchase Order Items"), false, false, "", $js); //--------------------------------------------------------------------------------------------------------------- @@ -284,7 +286,7 @@ if (isset($_POST['ProcessGoodsReceived'])) start_form(false, true); display_grn_summary($_SESSION['PO'], true); -display_heading2(_("Items to Receive")); +display_heading(_("Items to Receive")); display_po_receive_items(); echo "
";