Ajout champ note à la fiche client
This commit is contained in:
parent
4ee3f65d0a
commit
950a6b8b2c
8 changed files with 86 additions and 35 deletions
|
|
@ -17,7 +17,8 @@ class Client
|
|||
'ville',
|
||||
'siret',
|
||||
'telephone',
|
||||
'email'
|
||||
'email',
|
||||
'note'
|
||||
];
|
||||
|
||||
private $config = [
|
||||
|
|
@ -136,6 +137,9 @@ class Client
|
|||
'email' => [
|
||||
'label' => 'E-Mail',
|
||||
],
|
||||
'note' => [
|
||||
'label' => 'Note',
|
||||
],
|
||||
'nb_documents' => [
|
||||
'label' => 'Nombre de documents',
|
||||
'select' => '(SELECT COUNT(*) FROM plugin_facturation_factures WHERE receveur_id = c.id)',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue