Ajout vérification existence matériel si ajout répertorié
This commit is contained in:
parent
e3b33231a7
commit
fe100333ff
|
@ -6,6 +6,8 @@
|
|||
|
||||
{{if $_GET.ok}}
|
||||
<p class="block confirm">{{$_GET.msg}}</p>
|
||||
{{else}}
|
||||
<p class="block alert">{{$_GET.msg}}</p>
|
||||
{{/if}}
|
||||
|
||||
<form method="post" action="">
|
||||
|
|
|
@ -44,6 +44,11 @@
|
|||
{{/load}}
|
||||
{{/load}}
|
||||
|
||||
{{* Vérifier s'il y a au moins un matériel enregistré *}}
|
||||
{{if $equipments|count == 0}}
|
||||
{{:error message="Erreur : il n'y a aucun matériel"}}
|
||||
{{/if}}
|
||||
|
||||
{{* formulaire d'entrée de matériel *}}
|
||||
|
||||
<form method="post" action="">
|
||||
|
|
Loading…
Reference in New Issue