diff --git a/Layout/default/Timerecording/Index.php b/Layout/default/Timerecording/Index.php index 0359e58ae..921c0cbd9 100644 --- a/Layout/default/Timerecording/Index.php +++ b/Layout/default/Timerecording/Index.php @@ -127,7 +127,7 @@ $years[time() - 31536000] = date('Y', time() - 31536000); data-comment="= $timerecordingCategories->require_comment ?>" data-hourday="= $timerecordingCategories->hourday ?>" data-businesstrip="= $timerecordingCategories->businesstrip ?>" - data-homeoffice="= ($timerecordingCategories->hourday==1) ? 1 : 0 ?>">= $timerecordingCategories->name ?> + data-homeoffice="= ($timerecordingCategories->hourday == 1) ? 1 : 0 ?>">= $timerecordingCategories->name ?> Anmerkung - +
-