Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Maarch
MaarchCourrier
Commits
b7ac115e
Commit
b7ac115e
authored
Jul 19, 2021
by
lionel.marie-louise
Browse files
Merge branch 'origin/20.10' into 20.10_TMA1
parents
29edfc85
c616ea21
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/app/resource/controllers/StoreController.php
View file @
b7ac115e
...
...
@@ -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'
]);
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment