Commit 5ea7e4e6 authored by cosine's avatar cosine

- Now using the status_id task ids as base for the list of tasks to update

parent 81bd8aa9
......@@ -58,7 +58,7 @@ set edit_task_completion_p [im_permission $current_user_id edit_timesheet_task_c
set error_list [list]
switch $action {
save {
set task_id_list [array names task_id_form]
set task_id_list [array names task_status_id]
if { "" eq $task_id_list } {
ad_return_complaint 1 "Unable to save tasks due to missing variable 'task_id_list'. Please inform your SysAdmin."
}
......
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