]> git.koha-community.org Git - koha.git/commit
Bug 26594: Fix patrons merge problem with restrictions
authorFridolin Somers <fridolin.somers@biblibre.com>
Thu, 1 Oct 2020 12:19:05 +0000 (14:19 +0200)
committerLucas Gass <lucas@bywatersolutions.com>
Mon, 16 Nov 2020 22:34:57 +0000 (22:34 +0000)
commitbafef273577c4513a6929265d7408fe567afa6f1
treea3a48e3354b100e3f21a39a89c4c7c43d38fb359
parent03562822ec2f774fb0a659809ef3e3b3587befd6
Bug 26594: Fix patrons merge problem with restrictions

When merging a patron A with restriction(s) into an other patron B,
the entries of borrower_debarments are OK but the value of borrowers.debarred for patron B need to be updated.
An effect of this strange storage of restrictions in both places.

Test plan :
1) Create a patron A with a manual restriction with some date and
   comment
2) Create a patron B with no restriction
3) Merge patron A and B, keeping patron B
4) Look at patron B details page
=> Without patch you see no restriction
=> With patch you see the restriction from patron A

Signed-off-by: David Nind <david@davidnind.com>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
(cherry picked from commit bd66a2e175e062b662652f81efcafb48b6d230d7)
Koha/Patron.pm