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