[Koha-bugs] [Bug 30447] pendingreserves.pl is checking too many transfers

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Jun 16 20:25:06 CEST 2022


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

Michal Urban <michalurban177 at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #136184|0                           |1
        is obsolete|                            |

--- Comment #9 from Michal Urban <michalurban177 at gmail.com> ---
Created attachment 136199
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=136199&action=edit
Bug 30447: Check if transfers arrived or cancelled

TO test:
 1 - Find a bib with a single item
 2 - Browse to Circulation->Transfer
 3 - Transfer the item to another branch
 4 - Check the item in at current branch and cancel the transfer on the dialog
 5 - Place a hold on the biblio for a patron at current branch
 6 - Browse to Circulation->Holds to pull
 7 - Item does not show
 8 - Apply patch, restart all
 9 - Browse to Circulation->Holds to pull
10 - Item shows

Test in Holds.t

Added test to ensure that Koha::Holds->get_items_that_can_fill returns
 items with datecancelled and datearrived

Also cleaned up the variables in the test by removing unblessed and using
the variable base forms.

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


More information about the Koha-bugs mailing list