This commit is contained in:
2025-01-15 22:20:50 +01:00
parent 59a7375898
commit f4d8b6dfa3
3 changed files with 10 additions and 5 deletions

View File

@@ -166,6 +166,11 @@ Public Class usrCntlKundenuebersicht
btnBonitaetBearbeiten.Visible = True
End If
If VERAG_PROG_ALLGEMEIN.cBerechtignunen.CHECK_BERECHTIGUNG_bool("KUNDEN_SeeHoechstKredit", "SDL") Then
lblHoechstkredit.Visible = True
Label69.Visible = True
End If
If VERAG_PROG_ALLGEMEIN.cBerechtignunen.CHECK_BERECHTIGUNG_bool("KUNDEN_Vorauskasse_anzeigen", "SDL") Then
txtVorauskasse.Visible = True
lblVorkasse.Visible = True