X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=purchasing%2Fpo_receive_items.php;h=bc1115897e16e3d07e3a8d7cc5cfa8bae23e5d54;hb=5b8f4c4b4aa8cf996bc071f116bfce1273200fa2;hp=d2697de9c389ea45e3ece41a09f79c49139cc5a7;hpb=1571869d54be48452fdbe08f25130972ff0a7b5a;p=fa-stable.git diff --git a/purchasing/po_receive_items.php b/purchasing/po_receive_items.php index d2697de9..bc111589 100644 --- a/purchasing/po_receive_items.php +++ b/purchasing/po_receive_items.php @@ -20,7 +20,7 @@ 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) +if (user_use_date_picker()) $js .= get_js_date_picker(); page(_($help_context = "Receive Purchase Order Items"), false, false, "", $js); @@ -336,5 +336,3 @@ end_form(); //-------------------------------------------------------------------------------------------------- end_page(); -?> -