diff --git a/src/Components/Reportes/RptMonitoreoFacturasPagadasAmazon.tsx b/src/Components/Reportes/RptMonitoreoFacturasPagadasAmazon.tsx index d6a7dcf..f594fd5 100644 --- a/src/Components/Reportes/RptMonitoreoFacturasPagadasAmazon.tsx +++ b/src/Components/Reportes/RptMonitoreoFacturasPagadasAmazon.tsx @@ -55,6 +55,7 @@ export default function RptMonitoreoFacturasPagadasAmazon(){ { field: 'cantidadDiasFactura', sortable:true, filter: true }, { field: 'cantidadDiasPago', sortable:true, filter: true }, { field : 'cantidadASIN' , sortable: true, filter: true }, + {field: 'cantidadFraccionesIguales' , sortable: true, filter: true }, { field: 'cantidadFraccionesDiferentes' , sortable: true, filter: true}, { field: 'cantidadSideline', sortable: true, filter: true } ]) @@ -126,8 +127,8 @@ export default function RptMonitoreoFacturasPagadasAmazon(){ 'CantidadDiasFactura', 'CantidadDiasPago', 'CantidadASIN', - 'CantidadFracionesIguales', - 'CantidadFracionesDiferentes', + 'CantidadFraccionesIguales', + 'CantidadFraccionesDiferentes', 'CantidadSideline'