fix report
This commit is contained in:
parent
ed4a896db8
commit
5bd38a465f
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user