! -> Note
$ -> Affected files
+14-May-2008 Joe Hunt
+# Minor bugs in the former fixing.
+$ /includes/ui/ui_lists.inc
+
14-May-2008 Joe Hunt
# When no_item_list or no_customer_list or no_supplier_list was checked in company setup the listboxes were filled with all
the records when there were no search values.
echo sprintf($search_button, $edit_button);
}
+ else
+ $supplier_sql .= "ORDER BY supp_name";
$supplier_result = db_query($supplier_sql);
echo sprintf($search_button, $edit_button);
}
+ else
+ $customer_sql .= "ORDER BY name";
$customer_result = db_query($customer_sql);