Änderungen Linkszuordungen bei Caroussell-Modul

This commit is contained in:
ja
2021-11-26 11:22:53 +01:00
parent 426c6d57a3
commit 45079f71b7
3 changed files with 6 additions and 8 deletions

View File

@@ -508,7 +508,6 @@ Partial Class Customers_Default3
If String.IsNullOrEmpty(Kdnrtext) = False AndAlso String.IsNullOrEmpty(datevon.ToShortDateString) = False AndAlso String.IsNullOrEmpty(datebis.ToShortDateString) = False Then
dt = VERAG_PROG_ALLGEMEIN.cRechnungsausgang.GET_LIST_WEB(Integer.Parse(Kdnrtext), datevon, datebis, Integer.Parse(reNr), Absender, Empfaenger, LKWNR, KDNAFNR)
Session.Add("datatbl", dt)
addrows()
Else
valreq_pickdate1.Validate()
valreq_pickdate2.Validate()
@@ -530,6 +529,8 @@ Partial Class Customers_Default3
lbl_status.Text = VERAG_VARIABLES.geterrornumb + "The time chosen is newer then today or older than april 2001. Please correct"
End If
End If
addrows()
Session.Item("mytable") = normaltable
'MsgBox("Test")
End Sub