In order to hide unnecessary items from view of the circulation staff, a new attribute of the borrower categories system will be added. This field shall be labeled “hidelostitems”, and if turned on, will prevent lost items (items.itemlost > 0) from initially loading into the catalog and reserves pages. The full items list can be retrieved by clicking a “show all items” link, placed in a page-appropriate location. Full RFC on the Wiki: http://wiki.koha-community.org/wiki/Hidelostitems_option_for_the_staff_client_RFC
Created attachment 3466 [details] [review] Signed-off patch
Pushed, please test
Created attachment 3734 [details] [review] Fix for inserting new database record Inserting new records was failing because only 10 parameters were present in the query instead of 11.
Created attachment 3739 [details] [review] Signed off patch of follow up fix from Mark Gavillet
Pushed please test
This is really an enhancement, so pushing it to master.
Has been committed to Master, working fine for months, marking this as resolved.