Skip to content

Commit

Permalink
fix admin SEPA docs
Browse files Browse the repository at this point in the history
  • Loading branch information
luto committed Feb 24, 2024
1 parent 95c9292 commit 8ad9d1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion members/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ def make_into_real_payments(modeladmin, request, queryset):
messages.success(request, f"created {count} payments")


@admin.action(description="Generate SEPA XML for members (is active & has debt & allows monthly bank collection)")
@admin.action(description="Generate SEPA XML for members (is active & allows bank collection & is correct month for member)")
@transaction.atomic()
def make_sepa_xml_for_members(modeladmin, request, queryset):
queryset = members_due_for_bank_collection(queryset)
Expand Down

0 comments on commit 8ad9d1a

Please sign in to comment.