Skip to content
Snippets Groups Projects
Commit 786bdb1a authored by Laurent's avatar Laurent
Browse files

hotline #34250 patrons integration: NAME column not required

parent 6691b521
Branches
Tags
7 merge requests!1553Master,!1502Master,!1501Stable,!1472Stable,!1375Master,!1372Hotline master,!1369Hotline#34250 suite problemes infra ftp les imports totaux abonnes ne doivent plus supprimer d abonnes
......@@ -115,7 +115,7 @@ class Class_Cosmogramme_Integration_PhasePatrons extends Class_Cosmogramme_Integ
return $this->_('Configuration: colonne %s requise',
$column);
},
['IDABON', 'NOM', 'PASSWORD']
['IDABON', 'PASSWORD']
));
array_map([$this->_log, 'addError'], $errors);
......
......@@ -205,7 +205,6 @@ class PhasePatronsInvalidProfilTest extends PhasePatronsTestCase {
return [
[ 'IDABON' ],
[ 'PASSWORD' ],
[ 'NOM' ]
];
}
......@@ -219,7 +218,7 @@ class PhasePatronsInvalidProfilTest extends PhasePatronsTestCase {
->setAttributs([1 => ['champs' =>
str_replace($column,
'',
'IDABON;ID_SIGB;ORDREABON;NOM;PRENOM;PASSWORD;MAIL; NAISSANCE; DATE_FIN ')]])
'IDABON;ID_SIGB;ORDREABON;NOM;PASSWORD;MAIL; NAISSANCE; DATE_FIN ')]])
->assertSave();
$this->_phase->run();
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment