Bug 19532: Recalls objects and tests
authorAleisha Amohia <aleishaamohia@hotmail.com>
Wed, 22 Apr 2020 07:35:47 +0000 (07:35 +0000)
committerFridolin Somers <fridolin.somers@biblibre.com>
Tue, 15 Mar 2022 08:45:51 +0000 (22:45 -1000)
commit711411e74475ea26c5eaf6ca6d4e023562189930
tree9b7214431bce8817e374e2a3c7b81724d1e4246a
parent006b4c3bb48f2fd7a9415808a88f3efe067a4745
Bug 19532: Recalls objects and tests

Koha/Recall.pm
- biblio
- item
- patron
- library
- checkout
- requested
- waiting
- overdue
- in_transit
- expired
- cancelled
- finished
- calc_expirationdate
- start_transfer
- revert_transfer
- set_waiting
- revert_waiting
- set_overdue
- set_expired
- set_cancelled
- set_finished
- should_be_overdue

Koha/Recalls.pm
- add_recall
- move_recall

and relevant tests

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>
C4/Letters.pm
C4/Stats.pm
Koha/Recall.pm [new file with mode: 0644]
Koha/Recalls.pm [new file with mode: 0644]
t/db_dependent/Koha/Recall.t [new file with mode: 0644]
t/db_dependent/Koha/Recalls.t [new file with mode: 0644]