From fb842980e384d4262c7b7b5524522eeeb7327ead Mon Sep 17 00:00:00 2001 From: m1aksim1 Date: Sun, 23 Apr 2023 18:23:38 +0400 Subject: [PATCH] fix --- .../SoftwareInstallationView/FormReportGroupOrders.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SoftwareInstallation/SoftwareInstallationView/FormReportGroupOrders.cs b/SoftwareInstallation/SoftwareInstallationView/FormReportGroupOrders.cs index 00f1706..c62af3e 100644 --- a/SoftwareInstallation/SoftwareInstallationView/FormReportGroupOrders.cs +++ b/SoftwareInstallation/SoftwareInstallationView/FormReportGroupOrders.cs @@ -71,7 +71,7 @@ namespace SoftwareInstallationView { try { - _logic.SaveOrdersToPdfFile(new ReportBindingModel + _logic.SaveGroupOrdersToPdfFile(new ReportBindingModel { FileName = dialog.FileName, DateFrom = dateTimePickerFrom.Value,