Index: openacs-4/packages/project-manager/www/tasks.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/project-manager/www/tasks.tcl,v diff -u -r1.3 -r1.3.2.1 --- openacs-4/packages/project-manager/www/tasks.tcl 30 Apr 2005 07:17:46 -0000 1.3 +++ openacs-4/packages/project-manager/www/tasks.tcl 30 Nov 2005 06:47:37 -0000 1.3.2.1 @@ -68,7 +68,7 @@ set context [list "Tasks"] # Get the currently available Status -set status_list [db_list_of_lists get_status_values "select description, status_id from pm_task_status order by status_type desc, description"] +set status_list [db_list_of_lists get_status_values {}] # the unique identifier for this package set package_id [ad_conn package_id] @@ -194,25 +194,25 @@ } -if {[string is true $use_days_p]} { - append elements { - actual_days_worked { - label "Days worked" - html { - align right - } - } - } -} else { - append elements { - actual_hours_worked { - label "Hours worked" - html { - align right - } - } - } -} +# if {[string is true $use_days_p]} { +# append elements { +# actual_days_worked { +# label "Days worked" +# html { +# align right +# } +# } +# } +# } else { +# append elements { +# actual_hours_worked { +# label "Hours worked" +# html { +# align right +# } +# } +# } +# } append elements { project_item_id { @@ -374,7 +374,7 @@ -estimated_hours_work_max $estimated_hours_work_max \ -percent_complete $percent_complete] - set actual_days_worked [expr $actual_hours_worked / 24] +# set actual_days_worked [expr $actual_hours_worked / 24] }