mirror of
https://github.com/Steffo99/estus.git
synced 2024-11-21 15:14:19 +00:00
Add supplier display on the create device page
This commit is contained in:
parent
1b991ce372
commit
988dc88e71
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@
|
|||
<select id="form-ordine" class="form-control" name="ordine">
|
||||
<option value=""></option>
|
||||
{% for ordine in ordini %}
|
||||
<option value="{{ ordine.oid }}" {% if dispositivo and ordine.oid == dispositivo.oid %}selected{% endif %}>{{ ordine.data }} #{{ ordine.numero_ordine }}</option>
|
||||
<option value="{{ ordine.oid }}" {% if dispositivo and ordine.oid == dispositivo.oid %}selected{% endif %}>{{ ordine.data }} {{ ordine.fornitore }} #{{ ordine.numero_ordine }}</option>
|
||||
{% endfor %}
|
||||
</select>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue