Änderungen Tabellengestaltung

This commit is contained in:
ja
2021-11-22 13:58:13 +01:00
parent 0318344d3d
commit d0a0208d7c
2 changed files with 10 additions and 10 deletions

View File

@@ -19,8 +19,7 @@ Partial Class CustomsAviso
Page.UnobtrusiveValidationMode = UnobtrusiveValidationMode.WebForms
VERAG_VARIABLES.initerrorcount()
If Me.Page.User.Identity.IsAuthenticated Then
If Me.Page.User.Identity.IsAuthenticated = True Then
Try
Kdnrtext = Session.Item("CustomerID")
Catch A As UnauthorizedAccessException When String.IsNullOrEmpty(Kdnrtext)