Correction erreur adresse et numéro téléphone

This commit is contained in:
Jean-Christophe Engel 2024-01-05 11:18:02 +01:00
parent d258b21267
commit bf45ffd223
2 changed files with 21 additions and 2 deletions

View file

@ -32,7 +32,7 @@
{if empty($client.telephone)}
<em>(Non renseigné)</em>
{else}
<a href="tel:{$client.telephone}">{$client.telephone|format_tel}</a>
<a href="tel:{$client.telephone}">{$client.telephone}</a>
{/if}
</dd>