[Koha-bugs] [Bug 32418] CRASH: Can't call method "unblessed" on an undefined value at cataloguing/additem.pl

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Jan 20 21:26:49 CET 2023


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

--- Comment #27 from Fridolin Somers <fridolin.somers at biblibre.com> ---
(In reply to Marcel de Rooy from comment #24)
>  FAIL   koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tt
>    FAIL   filters
>                 wrong_html_filter at line 71 (                        <a
> href="/cgi-bin/koha/cataloguing/additem.pl?biblionumber=[%
> biblio.biblionumber %]">Add a new item</a> or <a
> href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% biblio.biblionumber
> %]#holdings">go to the records holdings</a>.)
>                 missing_filter at line 71 (                        <a
> href="/cgi-bin/koha/cataloguing/additem.pl?biblionumber=[%
> biblio.biblionumber %]">Add a new item</a> or <a
> href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% biblio.biblionumber
> %]#holdings">go to the records holdings</a>.)
>                 missing_filter at line 71 (                        <a
> href="/cgi-bin/koha/cataloguing/additem.pl?biblionumber=[%
> biblio.biblionumber %]">Add a new item</a> or <a
> href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% biblio.biblionumber
> %]#holdings">go to the records holdings</a>.)

You need to add Template Toolkit filter for URI :
/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% biblio.biblionumber | uri %]

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


More information about the Koha-bugs mailing list