Fakt Parkzeit
This commit is contained in:
@@ -1605,7 +1605,7 @@ Public Class usrCntlFaktAbrechnung
|
||||
End If
|
||||
End If
|
||||
|
||||
initDGVAnhaenge
|
||||
initDGVAnhaenge()
|
||||
|
||||
cboRechnungAn.Focus()
|
||||
initRg_Anhaenhe_Default(RECHNUNG, SPEDBUCH)
|
||||
@@ -1863,7 +1863,7 @@ Public Class usrCntlFaktAbrechnung
|
||||
Dim zahlbar = ""
|
||||
|
||||
Select Case cboRgGS.SelectedIndex
|
||||
Case 0 : RECHNUNG.[BelegartenKz] = "AR" : RECHNUNG.[BelegartenNr] = 70 : RECHNUNG.Vorzeichen = "+" : RECHNUNG.BelegartenBez = "Rechnung" : RECHNUNG.Text = cProgramFunctions.isLeerNothing(txtText.Text) : RECHNUNG.Textzz = cProgramFunctions.isLeerNothing(txtTextZZ.Text)
|
||||
Case 0 : RECHNUNG.[BelegartenKz] = "AR" : RECHNUNG.[BelegartenNr] = 70 : RECHNUNG.Vorzeichen = "+" : RECHNUNG.BelegartenBez = "Rechnung" : RECHNUNG.Text = cProgramFunctions.isLeerNothing(txtText.Text) : RECHNUNG.TextZZ = cProgramFunctions.isLeerNothing(txtTextZZ.Text)
|
||||
Case 1 : RECHNUNG.[BelegartenKz] = "AG" : RECHNUNG.[BelegartenNr] = 71 : RECHNUNG.Vorzeichen = "-" : RECHNUNG.BelegartenBez = "Gutschrift" : RECHNUNG.Text = ""
|
||||
End Select
|
||||
|
||||
|
||||
Reference in New Issue
Block a user