projects
/
fa-stable.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a96e9d1
)
ORDER BY instead of ORDER BT
author
Joe Hunt
<joe.hunt.consulting@gmail.com>
Wed, 14 May 2008 08:18:03 +0000
(08:18 +0000)
committer
Joe Hunt
<joe.hunt.consulting@gmail.com>
Wed, 14 May 2008 08:18:03 +0000
(08:18 +0000)
includes/ui/ui_lists.inc
patch
|
blob
|
history
diff --git
a/includes/ui/ui_lists.inc
b/includes/ui/ui_lists.inc
index fe373e8df1489869c685c4fccc3dcd4e8bca942c..6e5bde4005f760cdc943c12c32211d3108c37f5e 100644
(file)
--- 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 B
T
supp_name LIMIT 1";
+ $supplier_sql .= "ORDER B
Y
supp_name LIMIT 1";
echo "<input type='text' name='$edit_name' size='8' maxlength='50' value='$val' onblur='this.form.$edit_button.click();'> ";