be able to change membership status on non-membership users
Some checks failed
CI/CD Pipeline / test (push) Failing after 31m12s
CI/CD Pipeline / deploy-staging (push) Has been skipped
CI/CD Pipeline / deploy-main (push) Has been skipped

This commit is contained in:
2026-03-16 08:57:56 +01:00
parent 6d36d01c2f
commit 0e4c0573d9
5 changed files with 354 additions and 4 deletions

View File

@@ -34,6 +34,7 @@ mod fee;
pub(crate) mod foerdernd;
pub(crate) mod member;
pub mod merge;
pub(crate) mod nomembership;
pub(crate) mod regular;
pub(crate) mod scheckbuch;
pub(crate) mod schnupperant;