Update DELIVERY_NOTE_TEXT to TEXT_DELIVERY_NOTE

This commit is contained in:
2023-08-31 22:36:53 +02:00
parent 4817a2aedc
commit effc9f9230
2 changed files with 3 additions and 3 deletions

View File

@ -17,7 +17,7 @@ namespace Elwig.Documents {
$"<tr><th>Datum/Zeit</th><td>{d.Date:dd.MM.yyyy} / {d.Time:HH:mm}</td></tr>" +
$"<tr><th>Zweigstelle</th><td>{d.Branch.Name}</td></tr>" +
$"</tbody></table>";
Text = App.Client.DeliveryNoteText;
Text = App.Client.TextDeliveryNote;
DocumentId = d.LsNr;
MemberBuckets = ctx.GetMemberBuckets(d.Member, d.Year).GetAwaiter().GetResult();
}