update 20241210
This commit is contained in:
@@ -147,7 +147,7 @@ namespace OnDoc.UIControls
|
||||
}
|
||||
else
|
||||
{
|
||||
db.Exec_SQL("Update dokument set approved=0, approval1=0 where dokumentid='" + dr["dokumentid"].ToString());
|
||||
db.Exec_SQL("Update dokument set approved=0, approval1=0 where dokumentid='" + dr["dokumentid"].ToString()+"'");
|
||||
}
|
||||
if (tp.Nodes.Count < 1)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user