This commit is contained in:
2026-06-15 15:25:49 +02:00
parent 35ebba5103
commit 0f95522bb4

View File

@@ -46,7 +46,7 @@ Public Class usrCntlATLAS_EXGestellung
cbxNCTS.Checked = False
If VERAG_PROG_ALLGEMEIN.cAllgemein.FIRMA = "ATILLA" Or VERAG_PROG_ALLGEMEIN.cAllgemein.NIEDERLASSUNG Then
If VERAG_PROG_ALLGEMEIN.cAllgemein.FIRMA = "ATILLA" Or VERAG_PROG_ALLGEMEIN.cAllgemein.NIEDERLASSUNG = "WAI" Then
Button2.Visible = True
Label5.Visible = True
End If
@@ -484,12 +484,21 @@ Public Class usrCntlATLAS_EXGestellung
initStammref()
If VERAG_PROG_ALLGEMEIN.cAllgemein.FIRMA = "ATILLA" Then
If Button2.Text = "UNISPED" Then
Button2.Text = "ATILLA"
Else
Button2.Text = "UNISPED"
End If
End If
If VERAG_PROG_ALLGEMEIN.cAllgemein.NIEDERLASSUNG = "WAI" Then
If Button2.Text = "UNISPED" Then
Button2.Text = "VERAG"
Else
Button2.Text = "UNISPED"
End If
End If
End Sub
End Class