diff --git a/ServiceStation/ServiceStationGuarantorApp/Controllers/HomeController.cs b/ServiceStation/ServiceStationGuarantorApp/Controllers/HomeController.cs index a05382d..99955a7 100644 --- a/ServiceStation/ServiceStationGuarantorApp/Controllers/HomeController.cs +++ b/ServiceStation/ServiceStationGuarantorApp/Controllers/HomeController.cs @@ -662,7 +662,7 @@ namespace ServiceStationGuarantorApp.Controllers Subject = "Отчет по запчастям", Text = "Отчет по запчастям с " + dateFrom.ToShortDateString() + " по " + dateTo.ToShortDateString() }); - Response.Redirect("ListSparePartsToPdf"); + Response.Redirect("ListSparePartsToPdfFile"); } public IActionResult BindingRepairToDefects() diff --git a/ServiceStation/ServiceStationRestApi/Reports/pdffile.pdf b/ServiceStation/ServiceStationRestApi/Reports/pdffile.pdf index d62bf3d..e356fb5 100644 Binary files a/ServiceStation/ServiceStationRestApi/Reports/pdffile.pdf and b/ServiceStation/ServiceStationRestApi/Reports/pdffile.pdf differ