MS Überarbeitung

This commit is contained in:
Developer01
2025-02-04 15:07:53 +01:00
parent 5a0e258b35
commit c50e16d74f
8 changed files with 116 additions and 90 deletions

View File

@@ -166,6 +166,9 @@ Partial Public Class frmEnvelopeEditor
End If
End Sub
Private Sub SetPhoneNumberColumnVisible()
If IsNothing(Envelope) Then
Exit Sub
End If
If Envelope.TFA_Enabled = True Then
colPhoneNumber.Visible = True
Else