solicitudes impo

This commit is contained in:
2025-06-17 10:33:44 -06:00
parent 29bf26fbeb
commit 63e220ba00
3 changed files with 191 additions and 4 deletions

View File

@@ -233,7 +233,7 @@
<!-- Activo -->
<div class="form-check mb-4">
<input id="status" value=1 name="status" type="checkbox" class="hide form-check-input" <?= $factura['status']==1?'checked':'' ?>>
<input id="status" value=1 name="status" type="hidden" <?= $factura['status']==1?'checked':'' ?>>
<label for="status" class="hide form-check-label">Activo</label>
</div>