correction libellé retour

This commit is contained in:
Jean-Christophe Engel 2024-12-02 09:33:42 +01:00
parent 3132f3b7ce
commit b5afcb8ea3

View File

@ -2,7 +2,7 @@
{{*
paramètres :
- key : clé du mouvement à modifier
- key : clé du matériel qui revient
- prop : = 1 si matériel propriété
*}}
@ -82,7 +82,7 @@
{{* formulaire d'entrée de matériel *}}
<form method="post" action="">
<fieldset class="entree">
<legend>Ajouter une entrée pour un retour de matériel</legend>
<legend>Ajouter un retour de matériel</legend>
<dl>
{{:input type="select" name="type_operation" label="Type" required=true options=$input_labels}}
{{:input type="date" name="date" label="Date" required=true default=$now|date_short}}