summaryrefslogtreecommitdiff
path: root/includes/view/User_view.php
diff options
context:
space:
mode:
authormsquare <msquare@notrademark.de>2019-08-23 15:47:17 +0200
committermsquare <msquare@notrademark.de>2019-08-23 15:47:17 +0200
commit39fda9b04faa89da035e7218f517e80b0291acd8 (patch)
tree99d48b863ce3b1cc90fe03be761686bc68f32168 /includes/view/User_view.php
parent10fcd66da3cfce0db7eed27611897d3732fad4f4 (diff)
format freeloader duration on user myshifts page
Diffstat (limited to 'includes/view/User_view.php')
-rw-r--r--includes/view/User_view.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/view/User_view.php b/includes/view/User_view.php
index 24ad9bea..a5ed9ae4 100644
--- a/includes/view/User_view.php
+++ b/includes/view/User_view.php
@@ -408,7 +408,7 @@ function User_view_myshift($shift, $user_source, $its_me)
if ($shift['freeloaded']) {
$myshift['duration'] = '<p class="text-danger">'
- . printf('%.2f', -($shift['end'] - $shift['start']) / 3600 * 2) . '&nbsp;h'
+ . printf('%.2f', round(-($shift['end'] - $shift['start']) / 3600 * 2, 2)) . '&nbsp;h'
. '</p>';
if (auth()->can('user_shifts_admin')) {
$myshift['comment'] .= '<br />'