From dd7bc92482ac23f165dcd052a9be995350397ef1 Mon Sep 17 00:00:00 2001
From: Ghislain Loas <ghislo@sandbox.pergame.net>
Date: Fri, 29 Jan 2016 11:12:13 +0100
Subject: [PATCH] hotline #37491 fix patrons import in pergame

---
 VERSIONS_HOTLINE/37491                                 | 1 +
 library/Class/Cosmogramme/Integration/PhasePatrons.php | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)
 create mode 100644 VERSIONS_HOTLINE/37491

diff --git a/VERSIONS_HOTLINE/37491 b/VERSIONS_HOTLINE/37491
new file mode 100644
index 00000000000..1497132c935
--- /dev/null
+++ b/VERSIONS_HOTLINE/37491
@@ -0,0 +1 @@
+ - ticket #37491 : Correction de l'intégration des fichiers d'abonnés pergame
diff --git a/library/Class/Cosmogramme/Integration/PhasePatrons.php b/library/Class/Cosmogramme/Integration/PhasePatrons.php
index e8e5fcce3ad..95647b8719c 100644
--- a/library/Class/Cosmogramme/Integration/PhasePatrons.php
+++ b/library/Class/Cosmogramme/Integration/PhasePatrons.php
@@ -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);
-- 
GitLab