mirror of
https://github.com/pretix/pretix.git
synced 2026-05-03 14:54:04 +00:00
Fix tax calculation issue
This commit is contained in:
@@ -2512,7 +2512,7 @@ class OrderChangeManagerTests(TestCase):
|
||||
assert nop.price == Decimal('23.00')
|
||||
assert nop.tax_rule == self.tr19
|
||||
assert nop.tax_rate == Decimal('100.00')
|
||||
assert nop.tax_value == Decimal('19.33')
|
||||
assert nop.tax_value == Decimal('11.50')
|
||||
|
||||
@classscope(attr='o')
|
||||
def test_change_taxrate_from_reverse_charge(self):
|
||||
|
||||
Reference in New Issue
Block a user