Skip to content
Snippets Groups Projects
Commit 2ed7bc3b authored by Patrick Barroca's avatar Patrick Barroca :grin:
Browse files

hotline #60040 : fix bad method name mapping

parent 890dbc9e
4 merge requests!2334Master,!2151Master,!2150Hotline master,!2146hotline #60040 : fix bad method name mapping
Pipeline #1445 passed with stage
in 12 minutes and 32 seconds
- ticket #60040 : Correction d'un bug lors de l'intégration des fichiers d'abonnés Nanook
\ No newline at end of file
......@@ -147,7 +147,7 @@ class Class_User_DoubleFinder_NanookStrategy
}
protected function _matchByLoginAndIdSigbAndIdSite() {
protected function _matchByLoginAndIdSigbAndLibrary() {
return $this->_matchRestrictedToSite(['login' => $this->getPatronLogin(),
'id_sigb' => $this->getPatronIdSigb()]);
}
......
......@@ -70,7 +70,7 @@ class UserDoubleFinderWithSingleNanookTest extends ModelTestCase {
'ROLE' => 'abonne_sigb',
'ROLE_LEVEL' => 2,
'IDABON' => '0046158',
'ORDREABON' => 1,
'ORDREABON' => 3,
'pseudo' => '',
'DATE_DEBUT' => '',
'ID_SIGB' => '6308',
......
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