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

Andrew Fuerste-Henry <and...@bywatersolutions.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |and...@bywatersolutions.com

--- Comment #2 from Andrew Fuerste-Henry <and...@bywatersolutions.com> ---
Looking at Joe's site, this seems to be particular to items that are set to
itemlost=1 (which should show "Lost") but are also still checked out. 

select biblionumber from items where onloan is not null and itemlost=1
Bibs listed in this report display "long overdue" as Joe has described.

select biblionumber from items where onloan is null and itemlost=1
Bibs listed in this report show "Lost" as they should

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
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