update 20500729
This commit is contained in:
@@ -1295,6 +1295,14 @@ namespace OnDoc.UIControls
|
||||
public void set_kubezustaendigkeit()
|
||||
{
|
||||
this.rbzustaendigkube.Checked = true;
|
||||
if (rbzustaendigkube.Checked)
|
||||
{
|
||||
Refresh_Team(Convert.ToInt32(cbboxzustaendigkube.SelectedValue));
|
||||
}
|
||||
else
|
||||
{
|
||||
Refresh_Team(0);
|
||||
}
|
||||
}
|
||||
public void set_faksimielUnterschrift()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user