update 20241011
This commit is contained in:
@@ -175,7 +175,7 @@ namespace OnDoc.UIControls
|
||||
}
|
||||
else
|
||||
{
|
||||
db.Exec_SQL("Update dokument set approval1=1 where dokumentid='" + dr["dokumentid"].ToString());
|
||||
db.Exec_SQL("Update dokument set approval1=1 where dokumentid='" + dr["dokumentid"].ToString()+"'");
|
||||
}
|
||||
db = null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user