Commit c3b8b2f2 authored by Frank Bergmann's avatar Frank Bergmann

- added cache updates when logging hours

parent 17a9de77
......@@ -209,11 +209,14 @@ foreach project_id $item_nrs {
db_dml update_timesheet_task ""
}
}
# Create the necessary cost items for the timesheet hours
im_timesheet2_sync_timesheet_costs -project_id $project_id
# Update the project's logged hours cache
hours_sum $project_id
}
# Creat the necessary cost items for the timesheet hours
im_timesheet2_sync_timesheet_costs -project_id $project_id
db_release_unused_handles
......
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