[Koha-bugs] [Bug 10304] Filter notforloan items when searching for only available items

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu May 23 16:09:39 CEST 2013


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10304

Kyle M Hall <kyle at bywatersolutions.com> changed:

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

--- Comment #3 from Kyle M Hall <kyle at bywatersolutions.com> ---
Created attachment 18350
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=18350&action=edit
Bug 10304 - Add avanced search filter for "not for loan" items

This patch adds a new search limit for not for loan items. This limit
filters all items that have a notforloan value not equal to 0. This
limit can be used in conjunction with the "available" limit so that
a person may search for items that are available and can be checked out
right away.

Test Plan:
1) Apply this patch
2) Catalog 3 records with 1 item each.
   a) Mark item A as notforloan
   b) Mark item B as lost
   c) Do nothing to item C
3) Do a search limiting only to available items
   a) You should see item's A and C in your reults
4) Do a search limiting only to items that can be checked out
   a) You should see item's B and C
5) Do a seach using both limits
   a) You should see item C and not items A or B

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


More information about the Koha-bugs mailing list