[Koha-bugs] [Bug 25301] Category code is blank when renewing or editing expired/expiring patron

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu May 7 11:24:12 CEST 2020


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

--- Comment #6 from Peter Vashchuk <stalkernoid at gmail.com> ---
Created attachment 104484
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104484&action=edit
Bug 25301: removed URI parameter "categorycode" from "circulation.tt"

"Edit details" links in patron's circulation check-out page
was sending empty query parameter "categorycode" because there is no
defined template parameter in "circulation.pl"

This patch removes the URI parameter from "circulation.tt" template.

To test:
    1) You need to create or find expired or expiring patron.
    2) Head to patron's circulation check-out page.
    3) Inspect "Edit details" link.
    4) Observe empty parameter "categorycode=" in that link.
    5) Apply patch.
    6) Repeat step 3.
    7) Check that there's no "categorycode=" in the link anymore.

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


More information about the Koha-bugs mailing list