forked from CGM_Public/pretix_original
Format amount in GiroCode/EPC-QR with dot instead of locale
This commit is contained in:
@@ -19,7 +19,7 @@ class BankTransferApp(AppConfig):
|
||||
def ready(self):
|
||||
from . import signals # NOQA
|
||||
from . import tasks # NOQA
|
||||
from .templatetags import commadecimal # NOQA
|
||||
from .templatetags import commadecimal, dotdecimal # NOQA
|
||||
|
||||
@cached_property
|
||||
def compatibility_warnings(self):
|
||||
|
||||
Reference in New Issue
Block a user