Zeiterfassung Update
* Nicht freigegebene Abwesenheiten werden nun in der Kalenderübersicht strichliert dargestellt * Anpassungen in den Genehmigungsemails
This commit is contained in:
@@ -545,7 +545,9 @@ class TimerecordingReportController extends mfBaseController
|
||||
'comment' => array('comment' => $timerecording->comment, 'order' => $timerecording->comment),
|
||||
'edit' => array('edit' => $edit, 'order' => $edit),
|
||||
'hourday' => array('hourday' => $timerecording->timerecordingCategory->hourday, 'order' => $timerecording->timerecordingCategory->hourday),
|
||||
'approved' => array('approved' => $timerecording->approved, 'order' => $timerecording->approved)
|
||||
'approved' => array('approved' => $timerecording->approved, 'order' => $timerecording->approved),
|
||||
'approval' => array('approval' => $timerecording->timerecordingCategory->approval, 'order' => $timerecording->timerecordingCategory->approval)
|
||||
|
||||
);
|
||||
}
|
||||
endforeach;
|
||||
|
||||
Reference in New Issue
Block a user