From f28d66a040e289830dd8cd9a141eaca82d339ff7 Mon Sep 17 00:00:00 2001 From: Felix Morales Date: Fri, 26 Apr 2024 14:23:33 -0500 Subject: [PATCH] =?UTF-8?q?Ocultar=20el=20campo=20de=20la=20factura=20del?= =?UTF-8?q?=20corresponsal=20en=20la=20pesta=C3=B1a=20de=20informacion=20a?= =?UTF-8?q?dicional=20para=20la=20vista=20del=20cliente?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Clientes/Traficos/TraficoCliente.tsx | 32 ++++++++++--------- 1 file changed, 17 insertions(+), 15 deletions(-) diff --git a/src/Components/Clientes/Traficos/TraficoCliente.tsx b/src/Components/Clientes/Traficos/TraficoCliente.tsx index 3342484..98b274f 100644 --- a/src/Components/Clientes/Traficos/TraficoCliente.tsx +++ b/src/Components/Clientes/Traficos/TraficoCliente.tsx @@ -2739,21 +2739,23 @@ export default function TraficoCliente(props:IProps){ {CatTiposDocumento.map((c) => { return ( - - - - - + {c.proceso !== 16 ? + + + + + : '' + } ) })}