fakt bugfix
This commit is contained in:
@@ -1425,7 +1425,7 @@ Public Class usrCntlFaktAbrechnung
|
|||||||
Dim landNr As String = ""
|
Dim landNr As String = ""
|
||||||
Dim landBez As String = ""
|
Dim landBez As String = ""
|
||||||
Dim antrag As cUSTVAntrag = Nothing
|
Dim antrag As cUSTVAntrag = Nothing
|
||||||
If FIRMA.Firma_ID = 19 AndAlso SPEDBUCH IsNot Nothing AndAlso SPEDBUCH.FilialenNr = 4817 Then landBez = CheckLandNr_getLandBezFromAntrag(landNr, antrag)
|
If FIRMA IsNot Nothing AndAlso FIRMA.Firma_ID = 19 AndAlso SPEDBUCH IsNot Nothing AndAlso SPEDBUCH.FilialenNr = 4817 Then landBez = CheckLandNr_getLandBezFromAntrag(landNr, antrag)
|
||||||
|
|
||||||
For Each r As DataGridViewRow In dgvOfferteDetailsUebersicht.Rows
|
For Each r As DataGridViewRow In dgvOfferteDetailsUebersicht.Rows
|
||||||
If r.Cells("Anzahl").Value IsNot DBNull.Value AndAlso Not IsNumeric(r.Cells("Anzahl").Value) Then r.Cells("Anzahl").Value = 0
|
If r.Cells("Anzahl").Value IsNot DBNull.Value AndAlso Not IsNumeric(r.Cells("Anzahl").Value) Then r.Cells("Anzahl").Value = 0
|
||||||
|
|||||||
Reference in New Issue
Block a user