[Koha-bugs] [Bug 19532] Recalls for Koha

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Oct 26 00:36:55 CEST 2018


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

--- Comment #265 from Alex Buckley <alexbuckley at catalyst.net.nz> ---
Created attachment 81225
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=81225&action=edit
Bug 19532: Extra fixes from Comment 68

This patch fixes the following:

The db uppdate tries to insert after 'notes' in issuing rules, but this
doesn't exist

When placing recall I always get a warning:
    <p><strong>Warning</strong>: Your library does not allow recalls for
    x item types.</p>

Cancelling recall from 'Recall history tab' doesn't work

If patron has no recalls there is 'Patron has no current recalls'
message at bottom of tabs on checkout and details tabs for patron

When confirming a recall if the item is from another branch I get a
transfer generated as well as confirming hold for recall
    Feature now checks if the recall branch is the same as the item
    holding branch when checking in item to determine if transfer is
    required

On recalls awaiting pickup:
need to update recall.borrower to recall.patron - causing
internal server error

When placing a recall - if I hit 'back' after confirming and
confirm again I get a second recall on the same item

Recalls queue should have waiting date information
Recalls queue should have a way to hide cancelled, I would
expect closed recalls to be hidden by default
    Recalls queue now hides old (cancelled/expired/finished) recalls by
    default and has a checkbox to toggle this

When viewing a patrons account in the staff side we should see
that a checkout has an active recall

Checking out the recall doesn't seem to close the recall
    Added an 'F' status for finished/closed recalls

Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

Conflicts:
        Koha/Schema/Result/Borrower.pm

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


More information about the Koha-bugs mailing list