Allow to create refunds without a payment (#1914)

Co-authored-by: Martin Gross <gross@rami.io>
This commit is contained in:
Raphael Michel
2021-01-26 10:53:59 +01:00
committed by GitHub
parent 07ed7526c0
commit 41c69aaa2a
7 changed files with 158 additions and 5 deletions

View File

@@ -46,8 +46,8 @@ from pretix.control.permissions import (
from pretix.control.signals import item_forms, item_formsets
from pretix.helpers.models import modelcopy
from . import ChartContainingView, CreateView, PaginationMixin, UpdateView
from ...base.channels import get_all_sales_channels
from . import ChartContainingView, CreateView, PaginationMixin, UpdateView
class ItemList(ListView):