Add a button search_card

This commit is contained in:
sparkyx 2021-08-24 18:09:02 +02:00
parent 7df4ad0c0f
commit c6288ceaf1
9 changed files with 69 additions and 23 deletions

View file

@ -45,4 +45,8 @@
<td><?php echo _("Avec Accès Direct ")?></td>
<td><?php echo $with_direct_form->input()?></td>
</tr>
<tr>
<td><?php echo _("Recherche de fiche")?></td>
<td><?php echo $with_search_card->input()?></td>
</tr>
</table>