update 20250416
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user