fix imports

This commit is contained in:
imperosol
2024-11-27 19:02:48 +01:00
parent 76e9f3b1dc
commit 10f42b1522
7 changed files with 36 additions and 71 deletions

View File

@ -21,6 +21,7 @@ from django.views.generic import TemplateView
from accounting.models import CurrencyField
from counter.models import Refilling, Selling
from counter.views.mixins import CounterAdminMixin, CounterAdminTabsMixin
class InvoiceCallView(CounterAdminTabsMixin, CounterAdminMixin, TemplateView):