diff --git a/core/templates/core/sale_form.html b/core/templates/core/sale_form.html index c58de4a..399bfac 100644 --- a/core/templates/core/sale_form.html +++ b/core/templates/core/sale_form.html @@ -48,7 +48,6 @@ Produto Quantidade Lote - Frete Excluir @@ -68,10 +67,6 @@ {{ form.lote }} {% for error in form.lote.errors %}
{{ error }}
{% endfor %} - - {{ form.Frete }} - {% for error in form.Frete.errors %}
{{ error }}
{% endfor %} - {% if form.instance.pk %}{{ form.DELETE }}{% endif %} @@ -99,9 +94,6 @@ {{ formset.empty_form.lote }} - - {{ formset.empty_form.Frete }} - {{ formset.empty_form.DELETE }}