Correxiones sintaxis

This commit is contained in:
2025-07-08 09:05:48 -06:00
parent 1a5ed8b65d
commit 91b6806898
8 changed files with 166 additions and 144 deletions

View File

@@ -208,7 +208,7 @@
</div>
<div class="col-md-6 form-group-animated">
<label for="" class="form-label">Transportista *</label>
<label for="" class="form-label">Transportista</label>
<div class="form-floating-custom">
<select name="id_transportista" id="transportista" class="form-select select-pulse select-gradient select-arrow-rotate select-status" required>
<option value=""></option>
@@ -218,7 +218,7 @@
</option>
<?php endforeach; ?>
</select>
<label for="trasportista" class="form-label">Transportista *</label>
<label for="trasportista" class="form-label">Transportista</label>
</div>
</div>