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

@@ -58,7 +58,6 @@ namespace Server.Components.Pages
InvoiceId = InvoiceId,
Comment = SettingsData.Instance.Comment,
PaymentData = SettingsData.Instance.PaymentData,
Seller = SettingsData.Instance.SellerAddress
};
await InvoiceData.SaveAsync(invoice);