Commit 9d9f3c96 authored by Frank Bergmann's avatar Frank Bergmann

- Timesheet Invoicing Wizard:

  Fixed issue with hours not appearing from projects
parent b9a4ac64
......@@ -281,6 +281,9 @@ ad_proc im_timesheet_invoicing_project_hierarchy {
set task_disabled "disabled"
}
# Deal with the case of projects that don't have UoM
if {"" == $uom_id} { set uom_id [im_uom_hour] }
switch $uom_id {
321 {
set all_reported_units $all_reported_days
......
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