diff --git a/outflows/templates/outflow_detail.html b/outflows/templates/outflow_detail.html index ae847f4..db227ae 100644 --- a/outflows/templates/outflow_detail.html +++ b/outflows/templates/outflow_detail.html @@ -7,7 +7,6 @@

Detalhes da Saída

{{ object.product }}

-

Fornecedor: {{ object.supplier }}

Quantidade: {{ object.quantity }}

{{ object.description }}

diff --git a/outflows/templates/outflow_list.html b/outflows/templates/outflow_list.html index 7500790..52a7d4c 100644 --- a/outflows/templates/outflow_list.html +++ b/outflows/templates/outflow_list.html @@ -38,9 +38,8 @@ ID Produto - Fornecedor Quantidade - Data de entrada + Data da saída Ações @@ -53,7 +52,6 @@ {{ outflow.product }} - {{ outflow.supplier }} {{ outflow.quantity }} {{ outflow.created_at }}