From 43f6b1962955252c6cbcfa2f7731656ffba9d88f Mon Sep 17 00:00:00 2001 From: Kenio de Souza Date: Thu, 25 Sep 2025 10:45:14 -0300 Subject: [PATCH] =?UTF-8?q?Ajuste,=20configurando=20visualiza=C3=A7=C3=A3o?= =?UTF-8?q?=20de=20documentos,=20apenas=20mostre=20para=20o=20cliente=20co?= =?UTF-8?q?ntrato=20e=20nota=20fiscal?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vendor/model/FinancialConsolidations.class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vendor/model/FinancialConsolidations.class.php b/vendor/model/FinancialConsolidations.class.php index 24c68ef..996507c 100644 --- a/vendor/model/FinancialConsolidations.class.php +++ b/vendor/model/FinancialConsolidations.class.php @@ -151,8 +151,8 @@ class FinancialConsolidations fc.total_movements_already_consolidated, fc.inconsistencies, fc.type, - u.name_first, - u.name_last, + u.nickname, + u.name, u.email from financial_consolidations fc left join users u on fc.user_id = u.user_id