ausfschub
This commit is contained in:
@@ -186,8 +186,6 @@ Public Class cAufschubKonten
|
|||||||
End If
|
End If
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Dim SaldoString As String =
|
Dim SaldoString As String =
|
||||||
" SELECT
|
" SELECT
|
||||||
SUM(Betrag) AS GesamtSicherheitsSaldo
|
SUM(Betrag) AS GesamtSicherheitsSaldo
|
||||||
@@ -210,8 +208,8 @@ Public Class cAufschubKonten
|
|||||||
FROM tblGesamtsicherheitsPositionen
|
FROM tblGesamtsicherheitsPositionen
|
||||||
WHERE gsp_gsnr IN (
|
WHERE gsp_gsnr IN (
|
||||||
SELECT gs_gsnr
|
SELECT gs_gsnr
|
||||||
FROM tblGesamtsicherheit
|
From tblGesamtsicherheit
|
||||||
WHERE gs_standort = '" & brgakto_gs_standort & "'" & StichtagSQLGesamtsicherheit & " AND ISNULL(gs_ReferenzAenderung,0) = 0 )) x;"
|
Where gs_standort = '" & brgakto_gs_standort & "'" & StichtagSQLGesamtsicherheit & " AND ISNULL(gs_ReferenzAenderung,0) = 0 )" & StichtagSQLGesamtsicherheitsPositionen & " ) x;"
|
||||||
|
|
||||||
Dim dt As New DataTable
|
Dim dt As New DataTable
|
||||||
Dim mrn As Double = 0
|
Dim mrn As Double = 0
|
||||||
|
|||||||
Reference in New Issue
Block a user