Commit 3f3684e1 authored by Christof Damian 's avatar Christof Damian

- include percent_completed in form

parent 9c929c31
......@@ -61,7 +61,9 @@
project_nr = :task_nr,
project_type_id = :task_type_id,
project_status_id = :task_status_id,
note = :note
note = :note,
percent_completed = :percent_completed
where
project_id = :task_id;
</querytext>
......
......@@ -160,7 +160,9 @@ ad_form \
{uom_id:text(select) {label "UoM<br>(Unit of Measure)"} {options $uom_options} }
{planned_units:float(text),optional {label "Planned Units"} {html {size 10}}}
{billable_units:float(text),optional {label "Billable Units"} {html {size 10}}}
{percent_completed:float(text),optional {label "Percentage completed"} {html {size 10}}}
{note:text(textarea),optional {label Note} {html {cols 40}}}
}
......
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