From: Janusz Dobrowolski Date: Mon, 23 Jun 2008 20:57:45 +0000 (+0000) Subject: Async update of locations selector X-Git-Tag: v2.4.2~19^2~1982 X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=commitdiff_plain;h=626d9d05ac7d4a839fedd391c0dbf9919df30470;p=fa-stable.git Async update of locations selector --- diff --git a/includes/ui/ui_lists.inc b/includes/ui/ui_lists.inc index e6d9f512..1176cc5f 100644 --- a/includes/ui/ui_lists.inc +++ b/includes/ui/ui_lists.inc @@ -356,8 +356,7 @@ return combo_input($name, $selected_id, $sql, 'loc_code', 'location_name', array( 'spec_option' => $all_option === true ? _("All Locations") : $all_option, 'spec_id' => $all_items, - 'select_submit'=> $submit_on_change, - 'async' => false + 'select_submit'=> $submit_on_change ) ); }