From: Maxime Bourget Date: Fri, 3 May 2013 22:09:16 +0000 (+0100) Subject: Auto search after location, user or item change in outstanding orders inquiry. X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=commitdiff_plain;h=2191841f53335e264af41a9f40fc75d2a774f7d7;p=textcart.git Auto search after location, user or item change in outstanding orders inquiry. --- diff --git a/sales/inquiry/sales_orders_view.php b/sales/inquiry/sales_orders_view.php index a6fcccc..93f21ef 100644 --- a/sales/inquiry/sales_orders_view.php +++ b/sales/inquiry/sales_orders_view.php @@ -229,7 +229,7 @@ if ($show_dates) date_cells(_("from:"), 'OrdersAfterDate', '', null, -30); date_cells(_("to:"), 'OrdersToDate', '', null, 1); } -locations_list_cells(_("Location:"), 'StockLocation', null, true); +locations_list_cells(_("Location:"), 'StockLocation', null, true, true); if($show_dates) { end_row(); @@ -238,9 +238,9 @@ if($show_dates) { start_table(TABLESTYLE_NOBORDER); start_row(); } -stock_items_list_cells(_("Item:"), 'SelectStockFromList', null, true); +stock_items_list_cells(_("Item:"), 'SelectStockFromList', null, true, true); if (!@$_GET['popup']) - customer_list_cells(_("Select a customer: "), 'customer_id', null, true); + customer_list_cells(_("Select a customer: "), 'customer_id', null, true, true); if ($trans_type == ST_SALESQUOTE) check_cells(_("Show All:"), 'show_all'); @@ -327,4 +327,4 @@ if (!@$_GET['popup']) end_form(); end_page(); } -?> \ No newline at end of file +?>