frete inclusion
This commit is contained in:
parent
5d2e1de750
commit
dd595804d4
@ -48,6 +48,7 @@
|
||||
<th>Produto</th>
|
||||
<th>Quantidade</th>
|
||||
<th>Lote</th>
|
||||
<th>Frete</th>
|
||||
<th>Excluir</th>
|
||||
</tr>
|
||||
</thead>
|
||||
@ -67,6 +68,10 @@
|
||||
{{ form.lote }}
|
||||
{% for error in form.lote.errors %}<div class="alert alert-danger mt-1">{{ error }}</div>{% endfor %}
|
||||
</td>
|
||||
<td>
|
||||
{{ form.Frete }}
|
||||
{% for error in form.Frete.errors %}<div class="alert alert-danger mt-1">{{ error }}</div>{% endfor %}
|
||||
</td>
|
||||
<td>
|
||||
{% if form.instance.pk %}{{ form.DELETE }}{% endif %}
|
||||
</td>
|
||||
@ -94,6 +99,9 @@
|
||||
<td>
|
||||
{{ formset.empty_form.lote }}
|
||||
</td>
|
||||
<td>
|
||||
{{ formset.empty_form.Frete }}
|
||||
</td>
|
||||
<td>
|
||||
{{ formset.empty_form.DELETE }}
|
||||
</td>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user