I've stumbled across this piece of code, which most likely is a bug: https://github.com/agdsn/pycroft/blob/865ebcf6bfc5a7a3b02966bf64e00c2342b42717/web/blueprints/finance/__init__.py#L788-L795 it's missing a `session.add(account)`. - [ ] Add a test witnessing this bug - [ ] make it pass :)
I've stumbled across this piece of code, which most likely is a bug:
pycroft/web/blueprints/finance/__init__.py
Lines 788 to 795 in 865ebcf
it's missing a
session.add(account).