Update 6.12.23

This commit is contained in:
2023-12-06 20:21:17 +01:00
parent bedd741642
commit f2cb99bb17
152 changed files with 19555 additions and 18732 deletions

View File

@@ -24,6 +24,10 @@ Public Class PatientDetails
Catch ex As Exception
log.Writelog("Partnerdetails: Property PatientNr: " + ex.Message, clsLog.Logtype.ApplError)
End Try
If Globals.DruckBranche Or Globals.Applicationtype = ApplicationTypes.Auftragsadministration Then
Me.Label13.Visible = False
Me.chklbAdresstyp.Visible = False
End If
Me.ResumeLayout()
End Set
End Property