Mahnlauf
This commit is contained in:
@@ -1332,9 +1332,9 @@ Public Class frmBU_Mahnlauf
|
||||
For Each r As DataGridViewRow In MyDatagridview1.SelectedRows
|
||||
|
||||
|
||||
Dim mahnsperre = r.Cells("mahnbar").Value
|
||||
Dim mahnsperre As Boolean = r.Cells("mahnbar").Value
|
||||
|
||||
If Not cbxMahnsperre.Checked Or (cbxMahnsperre.Checked And Not mahnsperre) Then
|
||||
If Not cbxMahnsperre.Checked Or (cbxMahnsperre.Checked And mahnsperre) Then
|
||||
|
||||
Dim Konto = r.Cells("Konto").Value
|
||||
Dim FirmaId = cboFirma._value
|
||||
|
||||
Reference in New Issue
Block a user