mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-24 10:22:18 +00:00
anezeige fehler beim formal geprueft gefixt
This commit is contained in:
@@ -65,7 +65,7 @@
|
|||||||
if (!isset($formalReadonly)) :
|
if (!isset($formalReadonly)) :
|
||||||
?>
|
?>
|
||||||
<td>
|
<td>
|
||||||
<input type="checkbox" class="form-check-input prchbox"
|
<input type="checkbox" class="form-check-input prchbox" autocomplete="off"
|
||||||
id="prchkbx_<?php echo $dokument->akte_id ?>" <?php echo $geprueft ?>>
|
id="prchkbx_<?php echo $dokument->akte_id ?>" <?php echo $geprueft ?>>
|
||||||
<span id="formalgeprueftam_<?php echo $dokument->akte_id ?>">
|
<span id="formalgeprueftam_<?php echo $dokument->akte_id ?>">
|
||||||
<?php echo isset($dokument->formal_geprueft_amum) ? date_format(date_create($dokument->formal_geprueft_amum), 'd.m.Y') : ''; ?>
|
<?php echo isset($dokument->formal_geprueft_amum) ? date_format(date_create($dokument->formal_geprueft_amum), 'd.m.Y') : ''; ?>
|
||||||
|
|||||||
Reference in New Issue
Block a user