Ajout historique des mouvements d'un matériel d'un membre
This commit is contained in:
parent
2fc09554f0
commit
ef4870257d
3 changed files with 142 additions and 4 deletions
|
|
@ -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="">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue