From 0fc29e8cff85e44f3cecceca16924f72695e097f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gregor=20D=C3=BCster?= Date: Mon, 15 Apr 2024 21:03:23 +0200 Subject: [PATCH] fixup! Add owner column to BankAccount --- pycroft/helpers/printing/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pycroft/helpers/printing/__init__.py b/pycroft/helpers/printing/__init__.py index bf9b5254b..eb0d6e50e 100644 --- a/pycroft/helpers/printing/__init__.py +++ b/pycroft/helpers/printing/__init__.py @@ -31,6 +31,7 @@ class BankAccount(t.Protocol): bank: t.Any iban: t.Any bic: t.Any + owner: t.Any class Building(t.Protocol):