MH: Kollegium eV Assistenzrechnung FK
This commit is contained in:
@@ -25,17 +25,6 @@ namespace KollegiumEv
|
||||
pRO.CustomerSalutation = "Herrn";
|
||||
}
|
||||
|
||||
foreach (var sip in pRO.ServiceInvoicePeriods)
|
||||
{
|
||||
foreach (var item in sip.ServiceInvoiceItems)
|
||||
{
|
||||
if (item.RateFactor != null && !item.RateFactor.Contains("%"))
|
||||
item.ServiceDescription = string.Format("{0:dd.MM.yyyy} (Fehlkontakte)", item.AccountingPeriodStart);
|
||||
else
|
||||
item.ServiceDescription = string.Format("{0:dd.MM.yyyy}", item.AccountingPeriodStart);
|
||||
}
|
||||
}
|
||||
|
||||
//if (start.Month == end.Month && start.Year == end.Year)
|
||||
//{
|
||||
// lblAbrechnungszeitraum.Text = String.Format("hiermit berechnen wir für den Monat {0:MMMM yyyy} folgende erbrachte Tätigkeiten:", start);
|
||||
|
||||
Reference in New Issue
Block a user