Sendungsdetails
This commit is contained in:
@@ -101,7 +101,6 @@ Public Class frmSendungsdetailsNEU
|
||||
cntlFrachtfuehrer_Sonst.special(False)
|
||||
Try
|
||||
|
||||
|
||||
For Each c In Panel6.Controls
|
||||
If c.GetType.ToString = "AVISO.usrcntlCheckBox" Then
|
||||
Dim cntlCbx As usrcntlCheckBox = DirectCast(c, usrcntlCheckBox)
|
||||
@@ -5936,14 +5935,9 @@ Public Class frmSendungsdetailsNEU
|
||||
Sub calculateFreightCosts()
|
||||
|
||||
Dim f = New frmFrachtkostenBerechnen()
|
||||
|
||||
f.UsrcntlFrachtkostenberechnung1.init(AvisoId, txtAbsenderKdNr._value, txtEmpfaengerKdNr._value, txtGewicht.Text, txtFrachtkostenGesamt.Text, rtbWarenbezeichnung.Text, txtWarenwert._value)
|
||||
|
||||
If f.ShowDialog = DialogResult.OK Then
|
||||
|
||||
'txtFrachtkostenEU._value = frachkosten.usrcntlFrachtkostenberechnung.EUAnteil
|
||||
'txtFrachtkostenNichtEU._value = frachkosten.nichtEUAnteil
|
||||
'txtFrachtkostenGesamt._value = frachkosten.tbxGesamtfrachtkosten._value
|
||||
End If
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user