Correxiones sintaxis
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user