From 4c9a151f772a0500b40a0837d03afba5c45744a5 Mon Sep 17 00:00:00 2001 From: Lorenz Stechauner Date: Mon, 10 Jun 2024 11:49:20 +0200 Subject: [PATCH] DeliveryConfirmation: Do not print sender by default --- Elwig/Documents/DeliveryConfirmation.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Elwig/Documents/DeliveryConfirmation.cs b/Elwig/Documents/DeliveryConfirmation.cs index fd30e76..131db31 100644 --- a/Elwig/Documents/DeliveryConfirmation.cs +++ b/Elwig/Documents/DeliveryConfirmation.cs @@ -20,7 +20,6 @@ namespace Elwig.Documents { Season = ctx.Seasons.Find(year) ?? throw new ArgumentException("invalid season"); ShowDateAndLocation = true; UseBillingAddress = true; - IncludeSender = true; DocumentId = $"Anl.-Best. {Season.Year}/{m.MgNr}"; Data = data; MemberBuckets = ctx.GetMemberBuckets(Season.Year, m.MgNr).GetAwaiter().GetResult();