Zeiterfassung Feature Jobrad
* Implementation * Migration
This commit is contained in:
@@ -180,6 +180,17 @@ $daysSelect .= "</select>";
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group row">
|
||||
<label class="col-lg-2 col-form-label"
|
||||
for="auto_workinghours">Jobrad</label>
|
||||
<div class="col-lg-3">
|
||||
<div class="form-check">
|
||||
<input id="jobbike"
|
||||
class="form-check-input" <?php if ($timerecordingemployees->jobbike) echo 'checked="checked"'; ?>
|
||||
type="checkbox" name="jobbike" value="1"/>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div id="workinghours_div">
|
||||
<div class="form-group row">
|
||||
<label class="col-lg-2 col-form-label" for="workinghours">Sollzeiten
|
||||
|
||||
Reference in New Issue
Block a user