Ajout des fonction des champs oublié bilCloture, bilTca
This commit is contained in:
parent
724ced9da1
commit
d2bf9eb01c
@ -407,31 +407,31 @@ Class Fields
|
||||
'avisCs' => array(
|
||||
'label' => 'Informations de paiements',
|
||||
'fields' => array(
|
||||
'select' => array('value' => array('1' => 'Oui', '0' => 'Non')),
|
||||
'interval' => array('value' => null),
|
||||
),
|
||||
'famille' => 'financier',
|
||||
'activated' => true,
|
||||
'type' => 'select',
|
||||
'type' => 'interval',
|
||||
'class' => null
|
||||
),
|
||||
'bilDuree' => array(
|
||||
'label' => 'Durée du dernier bilan en mois',
|
||||
'fields' => array(
|
||||
'select' => array('value' => array('1' => 'Oui', '0' => 'Non')),
|
||||
'interval' => array('value'=> null),
|
||||
),
|
||||
'famille' => 'financier',
|
||||
'activated' => true,
|
||||
'type' => 'select',
|
||||
'type' => 'interval',
|
||||
'class' => null
|
||||
),
|
||||
'bilTca' => array(
|
||||
'label' => 'Tranche de CA issue du bilan',
|
||||
'fields' => array(
|
||||
'select' => array('value' => array('1' => 'Oui', '0' => 'Non')),
|
||||
'interval' => array('value' => null),
|
||||
),
|
||||
'famille' => 'financier',
|
||||
'activated' => true,
|
||||
'type' => 'select',
|
||||
'type' => 'interval',
|
||||
'class' => null
|
||||
),
|
||||
'bilAnnee' => array(
|
||||
|
Loading…
Reference in New Issue
Block a user