[Koha-bugs] [Bug 27028] New: Transfers: hold warning doesn't display patron's name and their branch

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sat Nov 14 13:32:06 CET 2020


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

            Bug ID: 27028
           Summary: Transfers: hold warning doesn't display patron's name
                    and their branch
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P5 - low
         Component: Circulation
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: victor at tuxayo.net
        QA Contact: testopia at bugs.koha-community.org
                CC: gmcharlt at gmail.com, kyle.m.hall at gmail.com

Created attachment 113641
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=113641&action=edit
screenshot-of-the-issue

== Test plan ==
1. Place a hold (record level in my example)
2. Try a transfer
3. Get a hold warning
4. It doesn't display (at least, not checked everything) the patron's name and
their branch. See screenshot-of-the-issue.png 



The code confirms that it should:

Reserve found for [% name | html %] (<a
href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% borrowernumber |
uri %]">[% borrowernumber | html %]</a>).

[...]

[% IF ( reserved ) %]Set reserve to waiting and transfer book to [% branchname
| html %]: [% END %]

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