Skip to content

Commit

Permalink
fix matricula
Browse files Browse the repository at this point in the history
  • Loading branch information
facundomelgarejo committed Dec 12, 2024
1 parent 7ff1624 commit 729f5c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FrontAdmin/src/components/SubMenu/LinksSubMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export const ITEMS_SUBMENU = [
{ url: 'inhabilitaciones', title: 'Habilitar/Inhabilitar', tooltip: 'Alumnos que se encuentran inhabilitados' },
{ url: 'baja-provisoria', title: 'Baja Provisoria', tooltip: 'Alumnos que solicitaron la baja' },
{ url: 'cuotas', title: 'Cuotas' , tooltip: 'Alumnos que abonaron/adeudan una respectiva cuota' },
{ url: 'matricula', title: 'Matricula', tooltip: 'Alumnos que abonaron la matricula' },
{ url: 'matricula', title: 'Matrícula', tooltip: 'Alumnos que abonaron la matrícula' },
{ url: 'alumnos-que-firmaron-compromiso-de-pago', title: 'Compromiso de Pago', tooltip: 'Alumnos que firmaron el compromiso de pago' },
{ url: 'pagos', title: 'Pagos', tooltip: 'Pagos confirmados en un periodo de tiempo' },
{ url: 'deudas', title: 'Deudas', tooltip: 'Alumnos que adeudan una o mas cuotas' },
Expand Down

0 comments on commit 729f5c7

Please sign in to comment.