Ajout historique des mouvements d'un matériel d'un membre

This commit is contained in:
Jean-Christophe Engel 2025-11-27 11:03:03 +01:00
parent 2fc09554f0
commit ef4870257d
3 changed files with 142 additions and 4 deletions

View file

@ -95,16 +95,21 @@
{{else}}—
{{/foreach}}
</dd>
{{if $mvt.direction == "output" && $type_mvt != "retour"}}
<dt>Date de retour</dt>
<dd>
{{if $mvt.return_date != null}}
{{$mvt.return_date|date_short}}
{{else}}—
{{/if}}
</dd>
{{/if}}
<dt>Remarques</dt>
<dd>{{if $mvt.comment != null}}
{{$mvt.comment}}
{{else}}—
{{/if}}
</dd>
{{if $mvt.return_date != null}}
<dt>Date de retour</dt>
<dd>{{$mvt.return_date|date_short}}</dd>
{{/if}}
</dl>
<form method="post" action="">