neu
This commit is contained in:
@@ -62,7 +62,7 @@ Public Class frmNacherfassungNEU
|
||||
If avisoLinkId > 0 Then SPEDITIONSBUCH.AvisoID = avisoLinkId 'AVisoId übernehmen
|
||||
Select Case VERAG_PROG_ALLGEMEIN.cAllgemein.FIRMA
|
||||
Case "ATILLA" : sbWhere = " AND Niederlassung = 'SUA' "
|
||||
Case "IMEX" : sbWhere = " AND Mandant = 'IMEX' "
|
||||
Case "IMEX" : sbWhere = " AND Mandant <> 'UNAT' AND Niederlassung <> 'SUA' "'sbWhere = " AND Mandant = 'IMEX' "
|
||||
Case "UNISPED" : sbWhere = " AND Mandant = 'UNAT' "
|
||||
Case "FRONTOFFICE" : sbWhere = " AND Niederlassung <> 'SUA' "
|
||||
Case Else
|
||||
@@ -74,7 +74,7 @@ Public Class frmNacherfassungNEU
|
||||
' Case "WAI" : sbWhere = " AND Niederlassung IN ('WAI')"
|
||||
' End Select
|
||||
'End If
|
||||
sbWhere = " AND Mandant <> 'IMEX' AND Mandant <> 'UNAT' AND Niederlassung <> 'SUA' "
|
||||
sbWhere = " AND Mandant <> 'UNAT' AND Niederlassung <> 'SUA' " '" AND Mandant <> 'IMEX' AND Mandant <> 'UNAT' AND Niederlassung <> 'SUA' "
|
||||
End Select
|
||||
'Else
|
||||
' Select Case SPEDITIONSBUCH.FilialenNr
|
||||
|
||||
Reference in New Issue
Block a user