Bug 20443: Remove DeleteBorrowerAttributes
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Fri, 13 Jul 2018 15:42:08 +0000 (12:42 -0300)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Mon, 23 Mar 2020 13:44:06 +0000 (13:44 +0000)
commit6f4460901bd6857c46a557ca7b03b4506cee1a08
tree5257549b99320d46460967c0fee5e22e6aaab063
parent52949f88e0110e52b965bedbdcb885bdb5b00eaf
Bug 20443: Remove DeleteBorrowerAttributes

This subroutine was only used once, easy to replace.
SetBorrowerAttributes must replace the attributes for the ones logged-in
user is allowed to edit, that's why we filter by the library limits

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
C4/Members/Attributes.pm
Koha/Patron/Attributes.pm