Cambios
This commit is contained in:
@@ -85,7 +85,6 @@
|
||||
<th>País Origen/Destino</th>
|
||||
<th>País Comprador/Vendedor</th>
|
||||
<th>Uso Mercancía</th>
|
||||
<th>Estado Mercancía</th>
|
||||
<th>Preferencia</th>
|
||||
<th>Frecuencia Uso</th>
|
||||
<th>Acciones</th>
|
||||
@@ -104,7 +103,6 @@
|
||||
<td><?= htmlspecialchars($row['pais_origen_destino']) ?></td>
|
||||
<td><?= htmlspecialchars($row['pais_comprador_vendedor']) ?></td>
|
||||
<td><?= htmlspecialchars($row['uso_mercancia']) ?></td>
|
||||
<td><?= htmlspecialchars($row['estado_mercancia']) ?></td>
|
||||
<td><?= htmlspecialchars($row['preferencia']) ?></td>
|
||||
<td><?= htmlspecialchars($row['frecuencia_uso']) ?></td>
|
||||
<td class="text-center">
|
||||
|
||||
Reference in New Issue
Block a user