Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
open-source
OSE
Commits
fc2b4e8d
Commit
fc2b4e8d
authored
Oct 05, 2021
by
Antony Le Courtes
Browse files
Correction
parent
8dfe90b0
Changes
1
Hide whitespace changes
Inline
Side-by-side
module/ExportRh/view/export-rh/export-rh/exporter.phtml
View file @
fc2b4e8d
...
...
@@ -95,10 +95,12 @@ if ($priseEnCharge) {
<td>
Type de rattachement
</td>
<td>
<?=
$affectationEnCours
->
libLongTypeRattachement
?>
</td>
</tr>
<tr>
<td>
Exporter vers
<?=
$nameConnecteur
?>
le
</td>
<td>
<?=
$intervenant
->
getExportDate
()
->
format
(
'd-m-Y'
)
?>
</td>
</tr>
<?php
if
(
!
empty
(
$intervenant
->
getExportDate
()))
:
?>
<tr>
<td>
Exporter vers
<?=
$nameConnecteur
?>
le
</td>
<td>
<?=
$intervenant
->
getExportDate
()
->
format
(
'd-m-Y'
)
?>
</td>
</tr>
<?php
endif
?>
</tbody>
</table>
</div>
...
...
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