mirror of
https://github.com/stokebob/bnhtrade.git
synced 2026-03-19 06:27:15 +00:00
amazon settlement amounts now set to tax inclusive when exporting to invoice
This commit is contained in:
@@ -42,7 +42,7 @@ namespace bnhtrade.Core.Model.Account
|
||||
|
||||
public abstract class Invoice : InvoiceHeader, IInvoice
|
||||
{
|
||||
private bool unitAmountIsTaxExclusive = true;
|
||||
private bool unitAmountIsTaxExclusive = false;
|
||||
|
||||
public decimal InvoiceNetAmount { get; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user