diff --git a/Customers/Invoices.aspx.vb b/Customers/Invoices.aspx.vb index 7097498..cd0aa5b 100644 --- a/Customers/Invoices.aspx.vb +++ b/Customers/Invoices.aspx.vb @@ -464,6 +464,7 @@ Partial Class Customers_Default3 btn.Style.Add("margin", "2px 2px 8px 4px") btn.Width = Unit.Pixel(60) btn.Height = Unit.Pixel(72) + 'btn.Attributes.Add("href", "pdfviewer.aspx?P1=" + VERAG_PROG_ALLGEMEIN.cCryptography3.Encrypt(d.FilialenNr).ToString() + "&P2=" + VERAG_PROG_ALLGEMEIN.cCryptography3.Encrypt(d.AbfertigungsNr).ToString + "&P3=" + VERAG_PROG_ALLGEMEIN.cCryptography3.Encrypt(d.RK_ID).ToString) btn.Attributes.Add("onclick", "window.open('../pdf/Bonizertifikat.pdf')") @@ -501,11 +502,9 @@ Partial Class Customers_Default3 lbl_status.ForeColor = Drawing.Color.Red lbl_status.Text = VERAG_VARIABLES.geterrornumb + "The time chosen is newer then today or older than april 2001. Please correct" End If - 'MsgBox("Test") End Sub - Protected Sub btn_resetForm_Click(sender As Object, e As EventArgs) dt = Nothing txt_Absender.Text = String.Empty