mirror of
https://github.com/pretix/pretix.git
synced 2026-05-21 17:54:08 +00:00
New implementation of sales channels (#4111)
Co-authored-by: Martin Gross <gross@rami.io>
This commit is contained in:
@@ -47,7 +47,6 @@ class BundlePricesTest(TestCase):
|
||||
date_from=datetime.datetime(now().year + 1, 12, 26, tzinfo=datetime.timezone.utc),
|
||||
live=True,
|
||||
plugins="pretix.plugins.banktransfer",
|
||||
sales_channels=['web', 'bar']
|
||||
)
|
||||
self.tr19 = self.event.tax_rules.create(rate=Decimal('19.00'))
|
||||
self.tr7 = self.event.tax_rules.create(rate=Decimal('7.00'))
|
||||
|
||||
Reference in New Issue
Block a user