update 20241201
This commit is contained in:
@@ -200,11 +200,24 @@ namespace OnDoc.DocMgmt
|
||||
string dokumentid = docgen.GenDocID(dokdata);
|
||||
dokdata.Dokumentid = dokumentid;
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
if (dokumentid != "")
|
||||
{
|
||||
if (dokdata.barcode_type == "1")
|
||||
{
|
||||
DB dB = new DB(AppParams.connectionstring);
|
||||
dB.clear_parameter();
|
||||
dB.add_parameter("@dokumentid", dokumentid);
|
||||
dB.add_parameter("@DokumentidBR", "");
|
||||
dB.Get_Tabledata("sp_get_barcodetype_and_value", true, false);
|
||||
dokdata.barcode_content = dB.daten.Tables[0].Rows[0][1].ToString();
|
||||
dB = null;
|
||||
}
|
||||
DOCGEN.Generator.DocGenerator_from_EDOKA Generator = new DOCGEN.Generator.DocGenerator_from_EDOKA(AppParams.connectionstring, AppParams.tempdir, AppParams.RESTURI, AppParams.apikey);
|
||||
|
||||
clsdok dok = new clsdok("", "", "");
|
||||
dok = Generator.Generate_Doc_EDOKA(dokumentid, ref dokdata);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user