add set to billed option
This commit is contained in:
parent
9bf308ce9a
commit
636c4fb27d
@ -94,7 +94,7 @@ class AccountingAdmin(admin.ModelAdmin):
|
||||
return True
|
||||
return False
|
||||
|
||||
@admin.action(description='Markiere selektierte als bezahlt')
|
||||
@admin.action(description='Ausgewählte Buchhaltungseinträge als bezahlt markieren')
|
||||
def mark_billed(self, request, queryset):
|
||||
queryset.update(billed=True)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user