fix: preflight member records before rules

This commit is contained in:
Marcel Peterkau
2026-06-21 17:54:09 +02:00
parent 55bc3b666e
commit 7596e47981
10 changed files with 163 additions and 44 deletions
@@ -12,8 +12,6 @@ CENT = Decimal("0.01")
def evaluate(context: RuleContext):
if context.contributions_error:
return []
member = context.member
if member.honorary or member.status not in CONTRIBUTION_STATUSES:
return []