Remove seller address from invoice model, always use settings seller
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user