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