Skip to content

Commit

Permalink
Bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
Malte Sussdorff committed Dec 11, 2014
1 parent 38cd3fa commit 8a760f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tcl/intranet-timesheet2-tasks-procs.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,7 @@ ad_proc -public im_timesheet_task_list_component {
set order_by_clause "lower(child.project_nr)"
}
priority {
set order_by_clause "lower(t.priority)"
set order_by_clause "t.priority"
}
default {
set order_by_clause "''"
Expand Down

0 comments on commit 8a760f3

Please sign in to comment.