MH: AutismusKoelnBonn Nummern

This commit is contained in:
2023-04-18 15:56:39 +02:00
parent 91b15dcc72
commit 008b93eb38

View File

@@ -54,8 +54,8 @@ namespace AutismusKoelnBonn.Invoicing
{
string next = base.ApplyPatternWithId(pattern, number, id);
next = next.Replace("{AM}", invoiceBase.AccountingPeriodEnd.Value.Month.ToString());
next = next.Replace("{AJ}", string.Format("{0:yy}", invoiceBase.AccountingPeriodEnd.Value));
next = next.Replace("{AM}", invoiceBase.AccountingPeriodEnd.Value.Month.ToString()); // Abrechnungsmonat (Letzter des Zeitraums)
next = next.Replace("{AJ}", string.Format("{0:yy}", invoiceBase.AccountingPeriodEnd.Value)); // Abrechnungsjahr
return next;
}