Add "hours as decimal" hover text for some HH:MM timesheet values

hoping this helps with random troubleshooting...
This commit is contained in:
Lance Edgar 2018-10-12 19:05:14 -05:00
parent 9e065541b9
commit fd0760ed07
3 changed files with 6 additions and 5 deletions

View file

@ -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>