Finished ajax improvements to sales & purchase modules,
[fa-stable.git] / includes / ui / ui_lists.inc
index e6d9f512a754e0266e7be85bce7f4ddf4f4a2537..1176cc5f8d538dff76d8e7a721a21c729c6080af 100644 (file)
@@ -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
        ) );
 }