Fix copia de cshtml templates.
All checks were successful
Build and Deploy / remote-build-and-deploy (push) Successful in 25m12s
All checks were successful
Build and Deploy / remote-build-and-deploy (push) Successful in 25m12s
This commit is contained in:
@@ -123,11 +123,11 @@ namespace GestionIntegral.Api.Controllers
|
||||
string nombrePlantaParam = "Consolidado";
|
||||
if (consolidado)
|
||||
{
|
||||
templatePath = Path.Combine("Controllers", "Reportes", "Templates", "ReporteExistenciaPapelConsolidado.cshtml");
|
||||
templatePath = "Controllers/Reportes/Templates/ReporteExistenciaPapelConsolidado.cshtml";
|
||||
}
|
||||
else
|
||||
{
|
||||
templatePath = Path.Combine("Controllers", "Reportes", "Templates", "ReporteExistenciaPapel.cshtml");
|
||||
templatePath = "Controllers/Reportes/Templates/ReporteExistenciaPapel.cshtml";
|
||||
if (idPlanta.HasValue)
|
||||
{
|
||||
var planta = await _plantaRepository.GetByIdAsync(idPlanta.Value);
|
||||
|
||||
Reference in New Issue
Block a user