Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Maarch
MaarchCourrier
Commits
69a7b084
Commit
69a7b084
authored
Feb 24, 2022
by
Mathieu Pionnier
Browse files
FIX #18956 TIME 00:05 fix text size in custom field box
parent
d4524fed
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/app/resource/controllers/SummarySheetController.php
View file @
69a7b084
...
...
@@ -410,6 +410,7 @@ class SummarySheetController
$value
=
$customFieldsValues
[
$customFieldsId
]
?
'<b>'
.
$customFieldsValues
[
$customFieldsId
]
.
'</b>'
:
'<i>'
.
_UNDEFINED
.
'</i>'
;
}
$pdf
->
SetFont
(
''
,
''
,
8
);
$nextLine
=
(
$nextLine
+
1
)
%
2
;
$pdf
->
MultiCell
(
$widthNotes
,
30
,
$label
.
" :
{
$value
}
"
,
1
,
'L'
,
false
,
$nextLine
,
''
,
''
,
true
,
0
,
true
);
$pdf
->
SetFont
(
''
,
''
,
10
);
...
...
Write
Preview
Supports
Markdown
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