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

            Bug ID: 33399
           Summary: Improve checks of other items to determine if this is
                    a valid recall
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: Circulation
          Assignee: koha-bugs@lists.koha-community.org
          Reporter: alei...@catalyst.net.nz
        QA Contact: testo...@bugs.koha-community.org
                CC: gmcha...@gmail.com, kyle.m.h...@gmail.com

One of the circulation rules relating to recalls is 'on shelf recalls' - this
can either be 'if any unavailable' or 'if all unavailable'.

When checking if a recall is valid, we check this circ rule and count how many
items are checked out to determine if we satisfy this criteria. However, items
that are checked out are not the only items that are unavailable to be
recalled.

Items that are lost, withdrawn or notforloan are unavailable to be recalled
too. These are already excluded.

We should also exclude items that:
- are allocated to holds i.e. awaiting pickup for a hold
- not allowed to be recalled i.e. recallsallowed =

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to