value activo

This commit is contained in:
2025-06-06 13:30:26 -06:00
parent 25576a6e36
commit 829e5fd595

View File

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