mirror of
https://gitlab.crans.org/bde/nk20-scripts
synced 2025-06-29 09:50:54 +02:00
Anonymize data, fix remittancei import
This commit is contained in:
@ -14,10 +14,6 @@ class Command(BaseCommand):
|
||||
"""
|
||||
Command to add the ten most used buttons of the past month to the highlighted buttons.
|
||||
"""
|
||||
|
||||
def add_arguments(self, parser):
|
||||
return parser
|
||||
|
||||
def handle(self, *args, **kwargs):
|
||||
queryset = RecurrentTransaction.objects.filter(
|
||||
template__display=True,
|
||||
|
Reference in New Issue
Block a user