Skip to content

Commit

Permalink
Actualizacion
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucasponzoni committed Aug 21, 2024
1 parent 20cdc63 commit 0e20e47
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,11 @@ <h1>Formulario Andesmar API</h1>
<input type="text" id="calleNroRemitente" name="CalleNroRemitente" value="2799" required>

<div class="origenEnvio">
<label for="codigoPostalRemitente">Origen: (Disponible origen NQN)</label>
<label for="codigoPostalRemitente">Origen: (Disponible origen NQN & Cipolletti)</label>
<select id="codigoPostalRemitente" name="CodigoPostalRemitente" required>
<option value="2000" selected>Rosario (2000)</option>
<option value="8400">Neuquén (8400)</option>
<option value="8300">Neuquén (8300)</option>
<option value="8324">Cipolletti (8324)</option>
</select>
</div>

Expand Down

0 comments on commit 0e20e47

Please sign in to comment.