JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
clients are now sorted by name
[contractor-progress.git] / tasks.php
index 423268a..58737a3 100644 (file)
--- a/tasks.php
+++ b/tasks.php
@@ -525,7 +525,7 @@ function tasks_edit_main() {
        } else {
                tem_show('new_msg');
                if(logged_in_as_contractor()) {
-                       pulldown('client_id', db_get_rows('people', 'id,name', 'where id > 1'), PULLDOWN_2D);
+                       pulldown('client_id', db_get_rows('people', 'id,name', 'where id > 1 order by name'), PULLDOWN_2D);
                        tem_set('client_id', format_int($_REQUEST['client_id']));
                        tem_show('client_row');
                }