Ajout vérification existence matériel si ajout répertorié

This commit is contained in:
Jean-Christophe Engel 2023-10-27 11:20:22 +02:00
parent e3b33231a7
commit fe100333ff
2 changed files with 7 additions and 0 deletions

View File

@ -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="">

View File

@ -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="">