From 5e4d14952fbc01c63804fe0cdaa2609789ea21cd Mon Sep 17 00:00:00 2001 From: "d.breimaier" Date: Thu, 28 May 2026 15:50:25 +0200 Subject: [PATCH] UID-Pruefung, etc. --- VERAG_PROG_ALLGEMEIN/Classes/cUIDPruefung.vb | 1 + 1 file changed, 1 insertion(+) diff --git a/VERAG_PROG_ALLGEMEIN/Classes/cUIDPruefung.vb b/VERAG_PROG_ALLGEMEIN/Classes/cUIDPruefung.vb index cd506ed9..b9da904a 100644 --- a/VERAG_PROG_ALLGEMEIN/Classes/cUIDPruefung.vb +++ b/VERAG_PROG_ALLGEMEIN/Classes/cUIDPruefung.vb @@ -317,6 +317,7 @@ Public Class cUIDPruefung Case "AMBAR" : where = " And Filialen.FilialenNr IN (5701) " Case "IMEX" : where = " And Filialen.FilialenNr IN (5501) " Case "ATILLA" : where = " And Filialen.FilialenNr IN (4801) " + Case "VERAG 360 GmbH" : where = " And Filialen.FilialenNr IN (8001) " Case "UNISPED" : where = " AND Filialen.firma='UNISPED' " Case Else : where = " AND Filialen.firma='VERAG' " '" And isnull(FilialenNr,'') Not IN (5501,5701)" End Select