Mailbenachrichtigung, etc.
This commit is contained in:
@@ -545,17 +545,20 @@ Public Class usrcntlFakturierung
|
||||
|
||||
If Not IsDBNull(r("BetragExclusivFT")) AndAlso r("BetragExclusivFT") > 0 Then
|
||||
|
||||
'If r("BetragExclusivFT") < 500 Then
|
||||
'intZlr = r("AnzahlFT") - 1
|
||||
'Else
|
||||
intZlr = r("AnzahlFT")
|
||||
'End If
|
||||
'Else
|
||||
' If (0 - r("BetragExclusivFT")) < 500 Then
|
||||
' intZlr = r("AnzahlFT") - 1
|
||||
' Else
|
||||
' intZlr = r("AnzahlFT") - 1
|
||||
' End If
|
||||
If Not IsDBNull(r("BetragExclusivPP")) AndAlso r("BetragExclusivPP") > 0 Then
|
||||
|
||||
If r("BetragExclusivPP") < 500 Then
|
||||
intZlr = r("AnzahlPP") - 1
|
||||
Else
|
||||
intZlr = r("AnzahlPP")
|
||||
End If
|
||||
Else
|
||||
If (0 - r("BetragExclusivPP")) < 500 Then
|
||||
intZlr = r("AnzahlPP") - 1
|
||||
Else
|
||||
intZlr = r("AnzahlPP") - 1
|
||||
End If
|
||||
End If
|
||||
End If
|
||||
|
||||
If intZlr > 0 Then
|
||||
|
||||
Reference in New Issue
Block a user