neu
This commit is contained in:
@@ -1164,6 +1164,12 @@ Public Class frmSendungAnhangImport
|
||||
Dim SND As New VERAG_PROG_ALLGEMEIN.cSendungen(cboSendungen._value)
|
||||
If If(SND.tblSnd_Colli, "") <> "" Then lblSendungsdetails.Text = SND.tblSnd_Colli & " Pk"
|
||||
If If(SND.tblSnd_Gewicht, "") <> "" Then lblSendungsdetails.Text &= If(lblSendungsdetails.Text <> "", "; ", "") & CDbl(SND.tblSnd_Gewicht.Replace(" ", "").Replace(Chr(160), "")).ToString("N1") & " kg"
|
||||
If If(SND.tblSnd_Gewicht, "") <> "" Then
|
||||
lblRgPreis.Text = (CDbl(SND.tblSnd_Warenwert).ToString("N2") & " " & If(SND.tblSnd_WarenwertWaehrung, "")).trim
|
||||
Else
|
||||
lblRgPreis.Text = ""
|
||||
End If
|
||||
|
||||
lblWarenbeichnung.Text = If(SND.tblSnd_Warenbezeichnung, "")
|
||||
lblAbsender.Text = If(SND.tblSnd_Absender, "")
|
||||
lblEmpfaenger.Text = If(SND.tblSnd_Empfaenger, "")
|
||||
|
||||
Reference in New Issue
Block a user