Compare commits
2 Commits
b2fd52e4a5
...
ce2e4e5219
Author | SHA1 | Date | |
---|---|---|---|
ce2e4e5219 | |||
6e0c594c84 |
@ -151,6 +151,9 @@ impl User {
|
||||
if !self.has_role(db, "Donau Linz").await {
|
||||
return None;
|
||||
}
|
||||
if self.deleted {
|
||||
return None;
|
||||
}
|
||||
|
||||
let mut fee = Fee::new();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user