X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=purchasing%2Finquiry%2Fpo_search_completed.php;h=31c774263c967f2a834a326f8fa21cbe02699bbc;hb=0c1ab57c09d87eed2bd248892dbfe3f256767a82;hp=986a706f3c60d0fe09d5e87820b053f0e8bac00a;hpb=3f3cfa578adbc2b71f4fd9c8d0f5536d26af43d8;p=fa-stable.git diff --git a/purchasing/inquiry/po_search_completed.php b/purchasing/inquiry/po_search_completed.php index 986a706f..31c77426 100644 --- a/purchasing/inquiry/po_search_completed.php +++ b/purchasing/inquiry/po_search_completed.php @@ -19,7 +19,7 @@ include_once($path_to_root . "/reporting/includes/reporting.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 = "Search Purchase Orders"), false, false, "", $js); @@ -71,6 +71,9 @@ start_row(); stock_items_list_cells(_("for item:"), 'SelectStockFromList', null, true); +if (!@$_GET['popup']) + supplier_list_cells(_("Select a supplier: "), 'supplier_id', null, true, true); + submit_cells('SearchOrders', _("Search"),'',_('Select documents'), 'default'); end_row(); end_table(1); @@ -114,7 +117,7 @@ function prt_link($row) //--------------------------------------------------------------------------------------------- -$sql = get_sql_for_po_search_completed(); +$sql = get_sql_for_po_search_completed(!@$_GET['popup'] ? $_POST['supplier_id'] : ALL_TEXT); $cols = array( _("#") => array('fun'=>'trans_view', 'ord'=>''),