mirror of
https://github.com/bitwarden/server.git
synced 2025-07-19 00:21:35 -05: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