]> git.koha-community.org Git - koha.git/commit
Bug 28293: (bug 20443 follow-up) Fix wrong key in Patrons::Import->generate_patron_at...
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Thu, 6 May 2021 09:18:55 +0000 (11:18 +0200)
committerAndrew Fuerste-Henry <andrew@bywatersolutions.com>
Tue, 25 May 2021 13:18:26 +0000 (13:18 +0000)
commit803c43e994f0b9d2fa17e94cadfe30664055b9a0
treef94af58980497105fa06fe5db78abfe69ba9f4c0
parentd464378b288ccc60f1b8653ae94223dd390d7218
Bug 28293: (bug 20443 follow-up) Fix wrong key in Patrons::Import->generate_patron_attributes

It generates warnings
Use of uninitialized value in string comparison (cmp) at /kohadevbox/koha/Koha/Patrons/Import.pm line 550, <$fh> line 2.

And does not sort correctly (no fallback on the attribute's value for repeatable attributes)

Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
(cherry picked from commit 2da36e3f175de1fcf23bdfbc96b8053f3a0a7d26)
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
(cherry picked from commit e36f7b988043342a4a162df306d7f66b98142cfb)

Signed-off-by: Andrew Fuerste-Henry <andrew@bywatersolutions.com>
Koha/Patrons/Import.pm