mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
terminado
This commit is contained in:
@ -102,7 +102,7 @@
|
|||||||
<div class="mb-3 col-3">
|
<div class="mb-3 col-3">
|
||||||
<label class="form-label"><?= lang('Tickets.usuario') ?></label>
|
<label class="form-label"><?= lang('Tickets.usuario') ?></label>
|
||||||
<input readonly type="text" name="titulo" class="form-control"
|
<input readonly type="text" name="titulo" class="form-control"
|
||||||
value="<?= old('titulo', $ticket->usuario_ticket) ?>">
|
value="<?= old('usuario', $ticket->usuario_ticket) ?>">
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
|
|||||||
Reference in New Issue
Block a user