Update 20250618
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user