Update 20250618

This commit is contained in:
Stefan Hutter
2025-06-18 23:11:00 +02:00
parent 85ff87dc62
commit f45b683545
173 changed files with 1728 additions and 320 deletions

View File

@@ -783,6 +783,14 @@ namespace OnDoc.UIControls
dokdata.postzustellung = cbboxpostzustellung.SelectedValue.ToString();
}
catch { dokdata.postzustellung = "0"; }
try
{
if (cbboxpostzustellung.Text == "")
{
dokdata.postzustellung = "0";
}
}
catch { }
if (List_avqref.Count > 0) { dokdata.avq_authl_ref=List_avqref; }