1
0
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:
Jonas Hendrickx
2025-04-02 13:05:07 +02:00
parent 8acf480c16
commit 43e32c9f18
7 changed files with 26 additions and 17 deletions

View File

@ -32,10 +32,4 @@ public class FakeAutomaticTaxStrategy(
options.AutomaticTax = new InvoiceAutomaticTaxOptions { Enabled = isAutomaticTaxEnabled };
}
public void SetInvoiceCreatePreviewOptions(InvoiceCreatePreviewOptions options)
{
options.AutomaticTax = new InvoiceAutomaticTaxOptions { Enabled = IsAutomaticTaxEnabled };
}
}