1
0
mirror of https://github.com/bitwarden/server.git synced 2025-04-05 05:00:19 -05: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
commit 8acf480c16
No known key found for this signature in database
GPG Key ID: C4B27F601CE4317D

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 };
}
}