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