amazon settlement amounts now set to tax inclusive when exporting to invoice

This commit is contained in:
Bobbie Hodgetts
2025-03-04 14:01:34 +00:00
parent c8689e3bba
commit 7465940d48

View File

@@ -42,7 +42,7 @@ namespace bnhtrade.Core.Model.Account
public abstract class Invoice : InvoiceHeader, IInvoice public abstract class Invoice : InvoiceHeader, IInvoice
{ {
private bool unitAmountIsTaxExclusive = true; private bool unitAmountIsTaxExclusive = false;
public decimal InvoiceNetAmount { get; } public decimal InvoiceNetAmount { get; }