Skip to content
Snippets Groups Projects
Commit b7ac115e authored by lionel.marie-louise's avatar lionel.marie-louise
Browse files

Merge branch 'origin/20.10' into 20.10_TMA1

parents 29edfc85 c616ea21
No related branches found
No related tags found
No related merge requests found
......@@ -387,6 +387,7 @@ class StoreController
if ($args['type'] == 'signed_response') {
$linkSign = "{$args['originId']},res_attachments";
AttachmentModel::update(['set' => ['status' => 'SIGN'], 'where' => ['res_id = ?'], 'data' => [$args['originId']]]);
unset($args['originId']);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment