Prevent accumulation of tax rates when copying events

This commit is contained in:
Raphael Michel
2019-01-21 10:43:27 +01:00
parent 5c030796d7
commit d482bc9de0
3 changed files with 77 additions and 6 deletions

View File

@@ -543,6 +543,7 @@ class Event(EventMixin, LoggedModel):
else:
s.save()
self.settings.flush()
event_copy_data.send(
sender=self, other=other,
tax_map=tax_map, category_map=category_map, item_map=item_map, variation_map=variation_map,