Ajout champ note à la fiche client

This commit is contained in:
Jean-Christophe Engel 2025-03-22 18:21:00 +01:00
parent 4ee3f65d0a
commit 950a6b8b2c
8 changed files with 86 additions and 35 deletions

View file

@ -48,6 +48,15 @@
{/if}
</dd>
<dt>Note</dt>
<dd>
{if empty($client.note)}
<em>(Non renseigné)</em>
{else}
{$client.note}
{/if}
</dd>
<dt>Date d'ajout</dt>
<dd>{$client.date_creation|date:'d/m/Y'}</dd>
@ -94,4 +103,4 @@
<p class="alert block">Ce client n'a pas de document associé.</p>
{/if}
{include file="_foot.tpl"}
{include file="_foot.tpl"}