update 20250212
This commit is contained in:
@@ -744,7 +744,6 @@ namespace OnDoc.UIControls
|
||||
if (rbEditlater.Checked) { docgendata.erstellungsart = Erstellungsart.DokumentSpäterBearbeiten; }
|
||||
if (rbasPDF.Checked) { docgendata.erstellungsart = Erstellungsart.DokumentAlsPDF; }
|
||||
if (rbasPDFarchivieren.Checked) { docgendata.erstellungsart = Erstellungsart.DokumentAlsPDFArchivieren; }
|
||||
|
||||
docgendata.dokumentwerte = gridDokwertlist.DataSource as DataTable;
|
||||
|
||||
|
||||
@@ -778,7 +777,7 @@ namespace OnDoc.UIControls
|
||||
if (docgendata.erstellungsart == Erstellungsart.DokumentAlsPDF) { dokdata.Result_as_PDF = "True"; } else { dokdata.Result_as_PDF = "False"; }
|
||||
if (docgendata.digitaleunterschrift == true) { dokdata.As_Faksimile = "True"; } else { dokdata.As_Faksimile = "False"; }
|
||||
if (docgendata.frormularOhneUnterschrift == true) { dokdata.Form_ohne_Unterschrift = "True"; } else { dokdata.Form_ohne_Unterschrift = "False"; }
|
||||
|
||||
|
||||
dokdata.Zustaendig_Kube = "0";
|
||||
if (this.rbzustaendigkube.Checked)
|
||||
{
|
||||
@@ -825,7 +824,7 @@ namespace OnDoc.UIControls
|
||||
{
|
||||
dokdata.approval1 = 0;
|
||||
dokdata.approval2 = 0;
|
||||
|
||||
dokdata.toapprove = 1;
|
||||
try
|
||||
{
|
||||
if (cbboxunterschriftlinks.Text == "") { dokdata.approval1 = 1; }
|
||||
|
||||
Reference in New Issue
Block a user