diff --git a/frontend/src/pages/Buchhaltung.tsx b/frontend/src/pages/Buchhaltung.tsx
index f943bf3..88011ca 100644
--- a/frontend/src/pages/Buchhaltung.tsx
+++ b/frontend/src/pages/Buchhaltung.tsx
@@ -146,7 +146,6 @@ function BankkontoDialog({
setForm(f => ({ ...f, bezeichnung: e.target.value }))} required />
setForm(f => ({ ...f, iban: e.target.value }))} />
- setForm(f => ({ ...f, bic: e.target.value }))} />
setForm(f => ({ ...f, institut: e.target.value }))} />
@@ -630,7 +629,7 @@ function KontenTab({ haushaltsjahre, selectedJahrId, onJahrChange }: {
{haushaltsjahre.map(hj => )}
- {canManage && } onClick={() => setKontoDialog({ open: true })}>Konto anlegen}
+ {canManage && } disabled={!selectedJahrId} onClick={() => setKontoDialog({ open: true })}>Konto anlegen}