MH: AutismusKoelnBonn Nummern
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user