fixing undocumented time row template variables
This commit is contained in:
parent
340c195de5
commit
95c11e3ffe
2 changed files with 12 additions and 1 deletions
|
|
@ -165,7 +165,7 @@ our $HELP = {
|
|||
'name' => 'time.report.header',
|
||||
},
|
||||
{
|
||||
'name' => 'time.report.hours.label',
|
||||
'name' => 'time.report.totalHours.label',
|
||||
},
|
||||
{
|
||||
'name' => 'time.report.date.label',
|
||||
|
|
@ -182,9 +182,15 @@ our $HELP = {
|
|||
{
|
||||
'name' => 'time.report.comments.label',
|
||||
},
|
||||
{
|
||||
'name' => 'time.add.row.label',
|
||||
},
|
||||
{
|
||||
'name' => 'time.save.label',
|
||||
},
|
||||
{
|
||||
'name' => 'time.report.complete.label',
|
||||
},
|
||||
{
|
||||
'name' => 'report.isComplete',
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue