1
0
mirror of https://github.com/bitwarden/server synced 2025-12-29 14:43:39 +00:00

Merge remote-tracking branch 'origin/PM-19147_3' into PM-19147_3

This commit is contained in:
Jonas Hendrickx
2025-04-02 12:19:32 +02:00

View File

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