Update 20260717

This commit is contained in:
Stefan Hutter
2026-07-17 14:43:33 +02:00
parent 58cd45116c
commit ebc8101626
1004 changed files with 1174234 additions and 84840 deletions
@@ -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;