[Koha-bugs] [Bug 31664] New: Show pending transfers on biblio details page

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Sep 30 14:01:27 CEST 2022


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

            Bug ID: 31664
           Summary: Show pending transfers on biblio details page
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P5 - low
         Component: Staff Client
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: nick at bywatersolutions.com
        QA Contact: testopia at bugs.koha-community.org
                CC: gmcharlt at gmail.com

If a transfer is requested, but not sent, we should display this information on
biblio details for staff

This patch also removes nocancel parameter that was not used, passes transfer
object directly to template

To recreate
1 - Manually transfer an item
2 - Note the item shows in transit on details page
3 - Remove the datesent to emulate a pending transfer
    UPDATE branchtransfers SET datesent = NULL itemnumber=1;
4 - View details page - no info on transfer
5 - Apply patch
6 - Item shows 'Transit pending'

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


More information about the Koha-bugs mailing list