update 20250416

This commit is contained in:
Stefan Hutter
2025-04-16 21:33:23 +02:00
parent a65bc81881
commit d278bed131
368 changed files with 85780 additions and 553 deletions

View File

@@ -1150,6 +1150,10 @@ namespace OnDoc.UICintrols
private void ribbonButton1_Click(object sender, EventArgs e)
{
MitarbeiterProfil map = new MitarbeiterProfil(AppParams.CurrentMitarbeiter);
if (ribbonButtonVersandstrasse.Visible == false)
{
map.hide_versandstrasse();
}
map.ShowDialog();
load_Profile();
}