Add "hours as decimal" hover text for some HH:MM timesheet values
hoping this helps with random troubleshooting...
This commit is contained in:
parent
9e065541b9
commit
fd0760ed07
3 changed files with 6 additions and 5 deletions
|
@ -21,7 +21,7 @@
|
|||
</%def>
|
||||
|
||||
<%def name="render_employee_day_total(day)">
|
||||
${day['worked_hours_display']}
|
||||
<span title="${h.hours_as_decimal(day['worked_hours'])} hrs">${day['worked_hours_display']}</span>
|
||||
</%def>
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue