Änderungen Linkszuordungen bei Caroussell-Modul
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user