From: Joe Hunt Date: Wed, 14 May 2008 08:18:03 +0000 (+0000) Subject: ORDER BY instead of ORDER BT X-Git-Tag: v2.4.2~19^2~2078 X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=commitdiff_plain;h=e5f646ec41162ae13c3117e28d444658ec06dbf7;p=fa-stable.git ORDER BY instead of ORDER BT --- diff --git a/includes/ui/ui_lists.inc b/includes/ui/ui_lists.inc index fe373e8d..6e5bde40 100644 --- a/includes/ui/ui_lists.inc +++ b/includes/ui/ui_lists.inc @@ -46,7 +46,7 @@ function supplier_list($name, $selected_id, $all_option=false, $submit_on_change $supplier_sql .= "WHERE supp_name LIKE '%{$val}%' ORDER BY supp_name"; } else - $supplier_sql .= "ORDER BT supp_name LIMIT 1"; + $supplier_sql .= "ORDER BY supp_name LIMIT 1"; echo " ";