equipo tipo entrada service final

This commit is contained in:
2022-12-20 14:22:39 -06:00
parent 9cb1a2c8ad
commit a0965b5d49
6 changed files with 94 additions and 79 deletions
+1 -1
View File
@@ -67,7 +67,7 @@ export class MultaService {
// correctamente esa vez
if (existeMulta) return;
this.validacionMultaCancelacion(prestamo);
// Si no se mando un id_institucion_infraccion ni retraso saco error
// Si no se mando un id_institucion_infraccion ni retraso sacamos error
if (!id_institucion_infraccion && !retraso)
throw new ConflictException(
'No se mandó ningún motivo para multar a este alumno.',