new
This commit is contained in:
@@ -325,13 +325,16 @@ Public Class frmBelegNeu
|
||||
|
||||
Dim where = "1 = 1"
|
||||
If PERSONAL.Niederlassung = "SUB" Then where = "Preislisten_visibleSUB = 1"
|
||||
If PERSONAL.Niederlassung = "SUA" Then where = "Preislisten_visibleATILLA = 1"
|
||||
If PERSONAL.Niederlassung = "SUA" Then
|
||||
where = "Preislisten_visibleATILLA = 1"
|
||||
If PERSONAL.cRKSV_KasseID = 1 Then where = "Preislisten_visibleSUB = 1" 'MDM
|
||||
End If
|
||||
If PERSONAL.Niederlassung = "SBG" Then where = "Preislisten_visibleSBG = 1"
|
||||
If PERSONAL.Niederlassung = "WAI" Then where = "Preislisten_visibleWAI = 1"
|
||||
If PERSONAL.Niederlassung = "NKD" Then where = "Preislisten_visibleNKD = 1"
|
||||
If PERSONAL.Niederlassung = "IME" Then
|
||||
where = "Preislisten_visibleIMEX = 1"
|
||||
If PERSONAL.cRKSV_KasseID = 1 Then where = "Preislisten_visibleSUB = 1"
|
||||
' If PERSONAL.cRKSV_KasseID = 1 Then where = "Preislisten_visibleSUB = 1"'MDM
|
||||
End If
|
||||
|
||||
If PERSONAL.Mandant = "FO" Then where = "Preislisten_visibleFRONTOFFICE = 1"
|
||||
|
||||
@@ -859,7 +859,7 @@ Public Class frmKassenbuch
|
||||
btnBelegLeihgeld.Visible = False
|
||||
btnBelegGSKunde.Visible = False
|
||||
End If
|
||||
If VERAG_PROG_ALLGEMEIN.cAllgemein.FIRMA = "IMEX" Then
|
||||
If VERAG_PROG_ALLGEMEIN.cAllgemein.FIRMA = "ATILLA" Then 'vorher IMEX
|
||||
If Not PERSONAL.isLeihgeldkasse Then btnBelegLeihgeld.Visible = False
|
||||
btnBelegGSKunde.Visible = False 'VERAG-MDM KAsse bei IMEX
|
||||
If PERSONAL.cRKSV_Kasse.rksv_id = 1 Then
|
||||
|
||||
Reference in New Issue
Block a user