Ajout champ note à la fiche client
This commit is contained in:
parent
4ee3f65d0a
commit
950a6b8b2c
8 changed files with 86 additions and 35 deletions
|
|
@ -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"}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue