Correction erreur adresse et numéro téléphone
This commit is contained in:
parent
d258b21267
commit
bf45ffd223
2 changed files with 21 additions and 2 deletions
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue