правка

This commit is contained in:
Табеев Александр 2024-05-30 00:44:29 +04:00
parent c576cb874f
commit befe18978f
2 changed files with 1 additions and 1 deletions

View File

@ -662,7 +662,7 @@ namespace ServiceStationGuarantorApp.Controllers
Subject = "Отчет по запчастям",
Text = "Отчет по запчастям с " + dateFrom.ToShortDateString() + " по " + dateTo.ToShortDateString()
});
Response.Redirect("ListSparePartsToPdf");
Response.Redirect("ListSparePartsToPdfFile");
}
public IActionResult BindingRepairToDefects()