Skip to content
Snippets Groups Projects
Commit 5deff756 authored by Ghislain Loas's avatar Ghislain Loas
Browse files

Merge branch 'hotline#37491_fichiers_abonnes_pergame' into 'stable'

Hotline#37491 fichiers abonnes pergame

See merge request !1442
parents 03872890 4a2592ab
9 merge requests!1553Master,!1519Master,!1502Master,!1501Stable,!1491Master,!1472Stable,!1461Stable,!1458Stable,!1454Stable
- ticket #37491 : Correction de l'intégration des fichiers d'abonnés pergame
......@@ -115,7 +115,7 @@ class Class_Cosmogramme_Integration_PhasePatrons extends Class_Cosmogramme_Integ
return $this->_('Configuration: colonne %s requise',
$column);
},
['IDABON', 'PASSWORD']
['IDABON']
));
array_map([$this->_log, 'addError'], $errors);
......
......@@ -212,9 +212,7 @@ class PhasePatronsFullImportTest extends PhasePatronsTestCase {
class PhasePatronsInvalidProfilTest extends PhasePatronsTestCase {
public function requiredColumns() {
return [
[ 'IDABON' ],
[ 'PASSWORD' ],
];
[ 'IDABON' ]];
}
......
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