Skip to content
Snippets Groups Projects
Commit c616ea21 authored by Quentin Ribac's avatar Quentin Ribac
Browse files

FIX #17700 TIME 0:15 copy from branch develop and test

parent 2f050055
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