Commit 86f10aec authored by Frank Bergmann's avatar Frank Bergmann

- Timesheet Tasks:

  Fixed issue for users without permissions to update
  planned_ and billable_units
parent ac981286
...@@ -259,8 +259,8 @@ if {$edit_task_estimates_p} { ...@@ -259,8 +259,8 @@ if {$edit_task_estimates_p} {
} }
} else { } else {
ad_form -extend -name task -form { ad_form -extend -name task -form {
{planned_units:float(hidden)} {planned_units:float(hidden),optional}
{billable_units:float(hidden)} {billable_units:float(hidden),optional}
} }
} }
......
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