Commit abe27e90 authored by Frank Bergmann's avatar Frank Bergmann

Now sorting also by valid_from

parent 1c3aa179
......@@ -93,9 +93,10 @@ ad_proc im_timesheet_price_component { user_id company_id return_url} {
tp.company_id = :company_id
order by
tp.currency,
p.project_name,
coalesce(tp.uom_id, 0),
coalesce(tp.material_id, 0),
coalesce(tp.task_type_id, 0) desc,
coalesce(tp.material_id, 0),
coalesce(tp.valid_from, '2000-01-01'::date)
"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment