From b0a44b85c670a530f6bcd6cb7d0c975b0c904118 Mon Sep 17 00:00:00 2001 From: Jean-Christophe Engel Date: Tue, 12 Mar 2024 18:36:07 +0100 Subject: [PATCH] =?UTF-8?q?Ajout=20format=20num=C3=A9ro=20t=C3=A9l=C3=A9ph?= =?UTF-8?q?one?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/client.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/client.tpl b/templates/client.tpl index 07731e2..6b8db5b 100644 --- a/templates/client.tpl +++ b/templates/client.tpl @@ -44,7 +44,7 @@ {if empty($client.telephone)} (Non renseigné) {else} - {$client.telephone} + {$client.telephone|format_phone_number} {/if}