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
bd995afc
Commit
bd995afc
authored
Jun 18, 2021
by
ludo
Browse files
ticket 17030 displaying technical customed fields in SummarySheet
parent
93da7250
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/app/resource/controllers/SummarySheetController.php
View file @
bd995afc
...
...
@@ -775,7 +775,7 @@ class SummarySheetController
$pdf
->
Cell
(
$specialWidth
*
3
,
20
,
_USERS
,
1
,
0
,
'L'
,
false
);
$pdf
->
Cell
(
$specialWidth
,
20
,
_ACTION_DATE
,
1
,
1
,
'L'
,
false
);
foreach
(
$users
as
$keyUser
=>
$user
)
{
$pdf
->
Cell
(
$specialWidth
*
3
,
20
,
$keyUser
+
1
.
".
{
$user
[
'user'
]
}
"
,
1
,
0
,
'
L
'
,
fals
e
);
$pdf
->
Multi
Cell
(
$specialWidth
*
3
,
20
,
$keyUser
+
1
.
".
{
$user
[
'user'
]
}
"
,
1
,
'L'
,
false
,
0
,
''
,
''
,
true
,
0
,
false
,
true
,
20
,
'M'
,
tru
e
);
$pdf
->
Cell
(
$specialWidth
,
20
,
$user
[
'date'
],
1
,
1
,
'L'
,
false
);
}
}
...
...
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