[Koha-bugs] [Bug 20287] Move AddMember and ModMember to Koha::Patron

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Jul 12 20:50:45 CEST 2018


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20287

--- Comment #35 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
Created attachment 76922
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=76922&action=edit
Bug 20287: Use more simple object for Object.t

We initially use Koha::Patron to test Object.t, but now it overwrites
->store and so it is better to use a more simple object.
ApiKey has foreign keys and unique key.
We lost one test: there is only one unique key whereas we had 2 on
borrowers (I did not find a better option)

Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>

Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list