Remove seller address from invoice model, always use settings seller

This commit is contained in:
Andre Beging
2024-12-12 09:52:38 +01:00
parent a76a57062e
commit df8c47f0b8
4 changed files with 10 additions and 13 deletions

View File

@@ -98,7 +98,6 @@ namespace Server.Components.Pages
var doc = new InvoiceDocument(new()
{
InvoiceId = "3129",
Seller = SettingsData.Instance.SellerAddress,
PaymentData = SettingsData.Instance.PaymentData,
Comment = SettingsData.Instance.Comment,
Customer = new()