[Koha-bugs] [Bug 33388] Use template wrapper for breadcrumbs: Patrons part 4

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Apr 5 00:14:48 CEST 2023


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

Lucas Gass <lucas at bywatersolutions.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |lucas at bywatersolutions.com
             Status|Needs Signoff               |Failed QA

--- Comment #2 from Lucas Gass <lucas at bywatersolutions.com> ---
On members/moremember.tt the link in the breadcrumbs is missing the
borrowernumber and results in a "Patron not found".

- <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% borrowernumber
| uri %]">
+ <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[%
patron.borrowernumber | uri %]">

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


More information about the Koha-bugs mailing list