Gesamtsicherheiten, Filter für ATB alter 85 Tage erweitert.

This commit is contained in:
2023-04-03 08:53:59 +02:00
parent ee1274fafe
commit b2c25fd043
2 changed files with 3 additions and 3 deletions

View File

@@ -31,5 +31,5 @@ Imports System.Runtime.InteropServices
' übernehmen, indem Sie "*" eingeben:
' <Assembly: AssemblyVersion("1.0.*")>
<Assembly: AssemblyVersion("3.8.7.7")>
<Assembly: AssemblyFileVersion("3.8.7.7")>
<Assembly: AssemblyVersion("3.8.7.8")>
<Assembly: AssemblyFileVersion("3.8.7.8")>

View File

@@ -367,7 +367,7 @@ Public Class frmGesamtsicherheitenMenuNEU
) as Sicherheitssaldo
From [tblGesamtsicherheit] as meh group by gs_gsnr) as meh2
Where gs_standort = '" & Standort & "' AND gs_datum < '" & Date.Now().AddDays(-85) & "'"
Where gs_standort = '" & Standort & "'AND Sicherheitssaldo <> 0 AND gs_datum < '" & Date.Now().AddDays(-85) & "'"
dtNew = SQL.loadDgvBySql(sqlstring, "AVISO", 100, True)