MH: TeamPfeil Summen bei Rechnungspositionen
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user