MH: TeamPfeil Summen bei Rechnungspositionen

This commit is contained in:
2024-05-16 13:53:55 +02:00
parent b38826af29
commit 68795f1565

View File

@@ -81,7 +81,7 @@ namespace TeamPfeil
{
pRO.NotBillableNote += "\n \t \t \t ";
}
pRO.NotBillableNote += string.Format("{0:0.##} h x {1:0.00} € {2}", ii.Hours, ii.HourlyRate, ii.ServiceDescription);
pRO.NotBillableNote += string.Format("{0:0.##} h x {1:0.00} € {2} = {3:c}", ii.Hours, ii.HourlyRate, ii.ServiceDescription, ii.NetAmount);
}
}
}