http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10304
Kyle M Hall <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #18280|0 |1 is obsolete| | --- Comment #3 from Kyle M Hall <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list [email protected] http://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/
