Zeiterfassung
* Personaladmistration um Feld SV-Nummer erweitert
This commit is contained in:
@@ -134,6 +134,14 @@ $daysSelect .= "</select>";
|
||||
value="<?= ($timerecordingemployees->birthday) ? date('Y-m-d', $timerecordingemployees->birthday) : "" ?>"/>
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group row">
|
||||
<label class="col-lg-2 col-form-label" for="insurance_number">SV-Nummer (4 stellig)</label>
|
||||
<div class="col-lg-1">
|
||||
<input type="number" id="insurance_number" name="insurance_number"
|
||||
class="form-control" max="9999"
|
||||
value="<?= ($timerecordingemployees->insurance_number) ?: "" ?>"/>
|
||||
</div>
|
||||
</div>
|
||||
<?php if ($me->superexpertEnabled()): ?>
|
||||
<div class="form-group row">
|
||||
<label class="col-lg-2 col-form-label" for="bpahours">Black Pig Stunden</label>
|
||||
|
||||
Reference in New Issue
Block a user