From 575fe1b510b323733d5a59c2a197cb0b968e6324 Mon Sep 17 00:00:00 2001 From: Andrew Richter Date: Thu, 11 Dec 2025 22:20:17 -0300 Subject: [PATCH] =?UTF-8?q?feat:=20altera=20`outflow=5Flist.html`=20para?= =?UTF-8?q?=20corre=C3=A7=C3=A3o=20de=20issues=20#7=20e=20#12,=20e=20alter?= =?UTF-8?q?a=20`outflow=5Fdetail.html`=20removendo=20info=20de=20supplier?= =?UTF-8?q?=20(que=20n=C3=A3o=20existe)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- outflows/templates/outflow_detail.html | 1 - outflows/templates/outflow_list.html | 4 +--- 2 files changed, 1 insertion(+), 4 deletions(-) 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 }}