Ajout champ note à la fiche client
This commit is contained in:
parent
4ee3f65d0a
commit
950a6b8b2c
8 changed files with 86 additions and 35 deletions
|
|
@ -14,6 +14,7 @@
|
|||
{input type="text" name="siret" label="SIREN/SIRET" source=$client}
|
||||
{input type="tel" name="telephone" label="Téléphone" source=$client}
|
||||
{input type="email" name="email" label="Adresse e-mail" source=$client}
|
||||
{input type="textarea" cols="60" rows="3" name="note" label="Note" source=$client}
|
||||
</dl>
|
||||
</fieldset>
|
||||
|
||||
|
|
@ -24,4 +25,4 @@
|
|||
</form>
|
||||
|
||||
|
||||
{include file="_foot.tpl"}
|
||||
{include file="_foot.tpl"}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue