Änderungen

This commit is contained in:
ja
2021-11-29 09:52:22 +01:00
parent 2b7d15a81c
commit e071af2815
4 changed files with 8 additions and 13 deletions

View File

@@ -68,16 +68,13 @@ Partial Class Customers_Default3
VERAG_VARIABLES.seterrorcount(512)
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
erster = New Date(Now().Year, Now().Month, 1)
datevon = erster
datebis = Date.Parse(Now.ToShortDateString)
pickdate1.Text = erster.ToUniversalTime.ToString("yyyy-MM-dd")
pickdate2.Text = Date.Now.ToUniversalTime.ToString("yyyy-MM-dd")
End If
End If