Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Libriciel
web-DPO
Commits
71e1d9a2
Commit
71e1d9a2
authored
Aug 12, 2020
by
Théo GUILLON
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Correction : duplication traitement en interne
parent
9b674b37
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
app/Controller/FormulairesController.php
app/Controller/FormulairesController.php
+3
-1
No files found.
app/Controller/FormulairesController.php
View file @
71e1d9a2
...
...
@@ -228,7 +228,9 @@ class FormulairesController extends AppController
'type'
=>
$champ
[
'Champ'
][
'type'
],
'ligne'
=>
$champ
[
'Champ'
][
'ligne'
],
'colonne'
=>
$champ
[
'Champ'
][
'colonne'
],
'details'
=>
$champ
[
'Champ'
][
'details'
]
'details'
=>
$champ
[
'Champ'
][
'details'
],
'champ_coresponsable'
=>
$champ
[
'Champ'
][
'champ_coresponsable'
],
'champ_soustraitant'
=>
$champ
[
'Champ'
][
'champ_soustraitant'
],
]);
// On enregistre le champ
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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