mirror of
https://gitlab.crans.org/bde/nk20
synced 2025-06-27 20:22:15 +02:00
add basic transactiontemplate handling
This commit is contained in:
@ -48,7 +48,7 @@ class NoteClubAdmin(PolymorphicChildModelAdmin):
|
||||
|
||||
# We can't change club after creation or the balance
|
||||
readonly_fields = ('club', 'balance')
|
||||
|
||||
search_fields = ('club',)
|
||||
def has_add_permission(self, request):
|
||||
"""
|
||||
A club note should not be manually added
|
||||
|
Reference in New Issue
Block a user