mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
Correccion de bugs
This commit is contained in:
@ -147,7 +147,7 @@
|
||||
<a href="<?= route_to('editarCliente', $cliente_id); ?>" target="_blank"><i class="ti ti-file-search ti-sm mx-2""></i></a>
|
||||
<?php endif; ?>
|
||||
</label>
|
||||
<select id=" clienteId" name="cliente_id" class="form-control select2bs2" style="width: 100%;">
|
||||
<select id="clienteId" name="cliente_id" class="form-control select2bs2" style="width: 100%;">
|
||||
</select>
|
||||
</div><!--//.mb-3 -->
|
||||
</div><!--//.col -->
|
||||
|
||||
Reference in New Issue
Block a user