Explorar el Código

FGStockOutTraceabilityReport Excel Version

MergeProblem1^2
B.E.N.S.O.N hace 12 horas
padre
commit
159cfbbc44
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      src/app/(main)/report/page.tsx

+ 1
- 1
src/app/(main)/report/page.tsx Ver fichero

@@ -504,7 +504,7 @@ export default function ReportPage() {
setLoading={setLoading}
reportTitle={currentReport.title}
/>
) : currentReport.id === 'rep-013' ? (
) : currentReport.id === 'rep-013' || currentReport.id === 'rep-009' ? (
<>
<Button
variant="contained"


Cargando…
Cancelar
Guardar