include 'done' work items in plan report
This commit is contained in:
parent
85dfd815dc
commit
01ab785c0d
1 changed files with 1 additions and 1 deletions
|
@ -378,7 +378,7 @@ class WorkPlanReportInstance(WorkReportInstance):
|
||||||
type = "work_plan"
|
type = "work_plan"
|
||||||
label = u'Work Plan'
|
label = u'Work Plan'
|
||||||
|
|
||||||
defaultStates = ('planned', 'accepted',)
|
defaultStates = ('planned', 'accepted', 'done')
|
||||||
|
|
||||||
|
|
||||||
class PersonWorkReportInstance(WorkReportInstance):
|
class PersonWorkReportInstance(WorkReportInstance):
|
||||||
|
|
Loading…
Add table
Reference in a new issue