mirror of
https://github.com/bitwarden/server
synced 2026-01-06 02:23:51 +00:00
"customer.tax_ids" isn't expanded in some flows.
This commit is contained in:
@@ -32,10 +32,4 @@ public class FakeAutomaticTaxStrategy(
|
||||
options.AutomaticTax = new InvoiceAutomaticTaxOptions { Enabled = isAutomaticTaxEnabled };
|
||||
|
||||
}
|
||||
|
||||
public void SetInvoiceCreatePreviewOptions(InvoiceCreatePreviewOptions options)
|
||||
{
|
||||
options.AutomaticTax = new InvoiceAutomaticTaxOptions { Enabled = IsAutomaticTaxEnabled };
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user