diff options
author | Daniel Gnoutcheff <gnoutchd@softwarefreedom.org> | 2017-01-19 19:09:48 -0500 |
---|---|---|
committer | Daniel Gnoutcheff <gnoutchd@softwarefreedom.org> | 2017-01-19 19:09:48 -0500 |
commit | 23c8bf6597ae833bf4ff61025edcb20fbe1f595d (patch) | |
tree | 7df947591159bc290ed497b060a8e7c0755abfa9 /templates | |
parent | 18212a5c21d14e19c6176fd6d3630f088902ec42 (diff) |
- Allow changing/disabling anniversary PTO rollover caps per-employment.
(We want to let mishi accumulated unlimited vacation time.)
- Round all amounts to two decimal places. (Requested by tanisha.)
Diffstat (limited to 'templates')
-rw-r--r-- | templates/vacationpage.hamlet | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/vacationpage.hamlet b/templates/vacationpage.hamlet index 1bdfeee..a0121bb 100644 --- a/templates/vacationpage.hamlet +++ b/templates/vacationpage.hamlet @@ -7,7 +7,7 @@ $forall (s,rt) <- transacts <tr .vacentry> <td .activity>#{s} - <td .balance>#{show rt} + <td .balance>#{fmtHours rt} <p> <a href=@{UserR cid}>Time entry page |