From 97a09e92a2fca0728bf79781b0a81d777f6c5f18 Mon Sep 17 00:00:00 2001 From: ja Date: Thu, 28 Oct 2021 16:16:45 +0200 Subject: [PATCH] Bearbeitung Invoices.aspx. codebehind file --- Customers/Invoices.aspx.vb | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Customers/Invoices.aspx.vb b/Customers/Invoices.aspx.vb index 1ff6d05..9d27d32 100644 --- a/Customers/Invoices.aspx.vb +++ b/Customers/Invoices.aspx.vb @@ -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