[Koha-bugs] [Bug 31664] Show pending transfers on catalog details page

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Nov 2 21:04:31 CET 2022


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

Katrin Fischer <katrin.fischer at bsz-bw.de> changed:

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

--- Comment #3 from Katrin Fischer <katrin.fischer at bsz-bw.de> ---
Created attachment 143038
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=143038&action=edit
Bug 31664: Display pending transfer information on details page

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 test
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'

Signed-off-by: David Nind <david at davidnind.com>

Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>

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


More information about the Koha-bugs mailing list