Bearbeitung Invoices.aspx. codebehind file

This commit is contained in:
ja
2021-10-28 16:16:45 +02:00
parent 221ba4ebb1
commit 97a09e92a2

View File

@@ -12,6 +12,7 @@ Partial Class Customers_Invoices
Dim KDNAFNR As String = ""
Dim dt As List(Of VERAG_PROG_ALLGEMEIN.cRechnungsausgang)
Dim reNr As String = ""
Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load
Page.UnobtrusiveValidationMode = UnobtrusiveValidationMode.WebForms
DataBind()
@@ -270,11 +271,6 @@ Partial Class Customers_Invoices
Protected Sub Send_Data_Click(sender As Object, e As EventArgs)
dt = Nothing
'Mobile
valreq_pickdate1.Validate()
valreq_pickdate2.Validate()
If valreq_pickdate1.IsValid AndAlso valreq_pickdate2.IsValid AndAlso Kdnrtext = Not "" Then