fix class variables
This commit is contained in:
parent
d5bab7dc32
commit
eb46739b93
1 changed files with 2 additions and 2 deletions
|
@ -155,8 +155,8 @@ class WorkRow(BaseRow):
|
|||
|
||||
class WorkReportInstance(ReportInstance):
|
||||
|
||||
type = "deliverables"
|
||||
label = u'Work Report'
|
||||
type = "work_statement"
|
||||
label = u'Work Statement'
|
||||
|
||||
rowFactory = WorkRow
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue