Feat: Solicitudes Contaduría
All checks were successful
Optimized Build and Deploy / remote-build-and-deploy (push) Successful in 6m57s

- Siglas Días en Reporte Dist. General
- Mostrar Publicaciones Deshabilitadas en Selectores de Reportes
This commit is contained in:
2025-07-21 12:44:21 -03:00
parent 3e1ac6f742
commit c251a0adf4
9 changed files with 26 additions and 15 deletions

View File

@@ -76,7 +76,7 @@ namespace GestionIntegral.Api.Services.Distribucion
return MapToDto(data);
}
public async Task<IEnumerable<PublicacionDropdownDto>> ObtenerParaDropdownAsync(bool soloHabilitadas)
public async Task<IEnumerable<PublicacionDropdownDto>> ObtenerParaDropdownAsync(bool? soloHabilitadas)
{
var data = await _publicacionRepository.GetAllAsync(null, null, soloHabilitadas);