fix report

This commit is contained in:
Николай 2023-05-19 11:25:45 +04:00
parent ed4a896db8
commit 5bd38a465f

View File

@ -73,6 +73,7 @@ namespace HardwareShopBusinessLogic.OfficePackage
});
}
}
CreateParagraph(new PdfParagraph { Text = $"Итого: {info.ReportPurchases.Sum(x => x.PurchaseSum)}\t", Style = "Normal", ParagraphAlignment = PdfParagraphAlignmentType.Left });
SavePdf(info);
}