Update 20260717
This commit is contained in:
@@ -949,7 +949,11 @@ namespace OnDoc.UIControls
|
||||
private void show_partnerdialog()
|
||||
{
|
||||
Partnersuche ps = new Partnersuche(personendokument, true, bpdokument, dokumenttypnr);
|
||||
ps.ShowDialog();
|
||||
ps.location = this.ParentForm.Location;
|
||||
|
||||
|
||||
|
||||
ps.ShowDialog(this);
|
||||
if (ps.DialogResult == DialogResult.OK)
|
||||
{
|
||||
this.partnernr = ps.partnernr;
|
||||
|
||||
Reference in New Issue
Block a user