[Koha-bugs] [Bug 28761] Item status shows incorrectly on opac-course-details.pl

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sat Jul 31 15:40:54 CEST 2021


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

Lucas Gass <lucas at bywatersolutions.com> changed:

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

--- Comment #5 from Lucas Gass <lucas at bywatersolutions.com> ---
Created attachment 123351
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=123351&action=edit
Bug 28761: better handle notforloan and restricted status in item.status.inc

To test:
1. create a course in course reserves, add an item to it.
2. confirm your item shows Available for its status on
   opac-course-details.pl
3. give your item a notforloan status
4. reload opac-course-details.pl, confirm its still "available"
5. give your item a restricted user status
6. reload opac-course-details.pl, confirm its still "available"
7. give your item a lost, damaged, or withdrawn status
8. reload opac-course-details.pl, these statuses *are* reflected
9. apply patch
10. check notforloan and restricted, they should be reflect the correct status
now
11. restricted status should NOT cause the item to become unavailable
11. The item-status.inc also effects opac-detail and opac-cart
12. look at those and make sure everything looks correct and statuses are
properly reflected

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


More information about the Koha-bugs mailing list