[Koha-bugs] [Bug 31447] "Please confirm checkout" message uses patron's home library not holds pick up library

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Oct 4 00:00:34 CEST 2022


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

--- Comment #6 from Katrin Fischer <katrin.fischer at bsz-bw.de> ---
The test plan is not complete, as also some other occurrences where changed:

RESERVED
[% IF ( RESERVED ) %]
 <li>Item <em>[% getTitleMessageIteminfo | html %]</em> ([%
getBarcodeMessageIteminfo | html %]) has been on hold for <a
href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% resborrowernumber |
uri %]">[% resfirstname | html %] [% ressurname | html %]</a> ([% rescardnumber
| html %]) at [% Branches.GetName( resbranchcode ) | html %] since [%
resreservedate | $KohaDates %]</li>
[% END %]

TRANSFERRED
[% IF ( TRANSFERRED ) %]
<li>Item <em>[% getTitleMessageIteminfo | html %]</em> ([%
getBarcodeMessageIteminfo | html %]) is on hold for <a
href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% resborrowernumber |
uri %]">[% resfirstname | html %] [% ressurname | html %]</a> ([% rescardnumber
| html %]) and being transferred to [% Branches.GetName( resbranchcode ) | html
%]</li>
[% END %]

PROCESSING
[% IF ( PROCESSING ) %]
<li>Item <em>[% getTitleMessageIteminfo | html %]</em> ([%
getBarcodeMessageIteminfo | html %]) is being processed for <a
href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% resborrowernumber |
uri %]">[% resfirstname | html %] [% ressurname | html %]</a> ([% rescardnumber
| html %]) at [% Branches.GetName( resbranchcode ) | html %]</li>
[% END %]

In all cases the patron's home library makes no sense, but the hold's pick
location does.

It looks like resbranchcode is only used in templates. All circulation tests
pass.

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


More information about the Koha-bugs mailing list