Bug 19532: Other objects used in recalls feature
authorAleisha Amohia <aleishaamohia@hotmail.com>
Wed, 22 Apr 2020 20:06:54 +0000 (20:06 +0000)
committerFridolin Somers <fridolin.somers@biblibre.com>
Tue, 15 Mar 2022 08:45:51 +0000 (22:45 -1000)
commitb800c2e68d993897c10e9eb80a03b37ddd310b44
tree37431c7953fd2258d6388e51124342344c7888bf
parent01cc7621d54cc2834767ef2b8b717f8ed486ae01
Bug 19532: Other objects used in recalls feature

- biblio->recalls
- biblio->can_be_recalled
- item->recall
- item->can_be_recalled
- item->can_set_waiting_recall
- item->check_recalls
- patron->recalls
- Biblio.RecallsCount

and relevant tests
- t/db_dependent/Stats.t
- t/db_dependent/Koha/Item.t
- t/db_dependent/Koha/Biblio.t
- t/db_dependent/Koha/Patron.t
- t/db_dependent/XSLT.t
- t/db_dependent/Search.t
- t/db_dependent/Holds.t
- t/db_dependent/Circulation/transferbook.t
- t/db_dependent/Circulation.t

Signed-off-by: David Nind <david@davidnind.com>
Signed-off-by: David Nind <david@davidnind.com>
Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
16 files changed:
C4/Circulation.pm
C4/Reserves.pm
C4/Search.pm
C4/XSLT.pm
Koha/Biblio.pm
Koha/Item.pm
Koha/Patron.pm
Koha/Template/Plugin/Biblio.pm
t/db_dependent/Circulation.t
t/db_dependent/Circulation/transferbook.t
t/db_dependent/Holds.t
t/db_dependent/Koha/Biblio.t
t/db_dependent/Koha/Item.t
t/db_dependent/Koha/Patron.t
t/db_dependent/Stats.t
t/db_dependent/XSLT.t