From 23c8bf6597ae833bf4ff61025edcb20fbe1f595d Mon Sep 17 00:00:00 2001 From: Daniel Gnoutcheff Date: Thu, 19 Jan 2017 19:09:48 -0500 Subject: PTO: rounding, anniversary max overrides - 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.) --- templates/vacationpage.hamlet | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates') 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 #{s} - #{show rt} + #{fmtHours rt}

Time entry page -- cgit v1.2.3