LSsupannPerson: corrige la définition de supannEtuId

Déclarer deux fois, avec la mauvaise casse, j'ai gardé le label de la mauvaise
définition 'Identifiant de scolarité'.
This commit is contained in:
Benjamin Dauvergne 2017-09-11 15:54:11 +02:00
parent e740a98d80
commit ea6643c23e
1 changed files with 2 additions and 20 deletions

View File

@ -125,7 +125,7 @@ $GLOBALS['LSobjects']['LSsupannPerson'] = array (
'school' => array (
'label' => 'Étudiant',
'args' => array (
'supannEtuID',
'supannEtuId',
'supannCodeINE',
'supannEtuInscription',
'supannEtuAnneeInscription',
@ -650,7 +650,7 @@ $GLOBALS['LSobjects']['LSsupannPerson'] = array (
/* ----------- start -----------*/
'supannEtuId' => array (
'label' => 'Identifiant étudiant',
'label' => 'Identifiant de scolarité',
'ldap_type' => 'ascii',
'html_type' => 'text',
'rights' => array(
@ -1246,24 +1246,6 @@ $GLOBALS['LSobjects']['LSsupannPerson'] = array (
),
/* ----------- end -----------*/
/* ----------- start -----------*/
'supannEtuID' => array (
'label' => 'Identifiant de scolarité',
'ldap_type' => 'ascii',
'html_type' => 'text',
'multiple' => 1,
'rights' => array(
'self' => 'r',
'admin' => 'w'
),
'view' => 1,
'form' => array (
'modify' => 1,
'create' => 1
)
),
/* ----------- end -----------*/
/* ----------- start -----------*/
'supannEtuRegimeInscription' => array (
'label' => 'Type d\'enseignement SISE',