Edit core/templates/core/sale_form.html via Editor
This commit is contained in:
parent
dd595804d4
commit
8bf7a2e341
@ -48,7 +48,6 @@
|
||||
<th>Produto</th>
|
||||
<th>Quantidade</th>
|
||||
<th>Lote</th>
|
||||
<th>Frete</th>
|
||||
<th>Excluir</th>
|
||||
</tr>
|
||||
</thead>
|
||||
@ -68,10 +67,6 @@
|
||||
{{ 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>
|
||||
@ -99,9 +94,6 @@
|
||||
<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