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