MH: Diakonie Lennep FK

This commit is contained in:
2023-12-11 17:06:32 +01:00
parent bb5e069f6e
commit 995bc42b08

View File

@@ -18,7 +18,15 @@ namespace BeWo.DiakonieLennepReports
public void SetReportDataSource(Settlement2RO pRO)
{
foreach (var ii in pRO.InvoiceItems)
{
if (ii.ItemDescription != null && ii.ItemDescription.ToLower().Contains("fehlkontakt"))
{
ii.AbrechnungsText = ii.AbrechnungsText.Split(':')[0] + ": " + string.Format("{0:0.##}", ii.UnitCount) + " " + "FLS" + " x 0,8 x " + string.Format("{0:c}", ii.AmountPerUnit.Value / 0.8m);
}
}
if (pRO.Claim >= 0)
{
//lblEndText.Text =