allow to change type between members

This commit is contained in:
2025-05-03 16:46:40 +02:00
parent 8dc55a7aad
commit 46981c3311
3 changed files with 214 additions and 3 deletions

View File

@ -30,6 +30,7 @@ use crate::{tera::admin::user::UserEditForm, AMOUNT_DAYS_TO_SHOW_TRIPS_AHEAD};
use scheckbuch::ScheckbuchUser;
mod basic;
pub(crate) mod clubmember;
mod fee;
pub(crate) mod foerdernd;
pub(crate) mod member;