Commit 0acc364b authored by Frank Bergmann's avatar Frank Bergmann

- fixed bug deleting timesheet tasks

parent dec69f8e
......@@ -125,9 +125,8 @@ switch $action {
if {[catch {
set sql "
delete from im_timesheet_tasks
where 1=1
task_id in $timesheet_task_list"
delete from im_timesheet_tasks
where task_id in $timesheet_task_list"
db_dml delete_tasks $sql
} errmsg]} {
......
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