Update Design Userübersichtsmenü

This commit is contained in:
ja
2021-11-26 15:12:20 +01:00
parent 548e6590cd
commit a41125e544
2 changed files with 7 additions and 6 deletions

View File

@@ -69,6 +69,7 @@ Partial Class Customers_Default3
lbl_status.Text = VERAG_VARIABLES.geterrornumb + "This Page is due to an Error in Page validation unavailable. Try again later or contact an Admin!"
End If
If Not IsNothing(Session.Item("mytable")) Then
normaltable = Session.Item("mytable")
addrows()
End If
Else
@@ -535,7 +536,7 @@ Partial Class Customers_Default3
End If
End If
addrows()
Session.Item("mytable") = normaltable
'MsgBox("Test")
End Sub