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

--- Comment #24 from Jonathan Druart <[email protected]> ---
(In reply to Jonathan Druart from comment #23)
> (In reply to Lucas Gass from comment #22)
> > It appears like this does not work in 20.05, 21.05, or master
> 
> What exactly? I've tried on master and it seems to work for me.

    SELECT itemnumber, CONCAT('<a
href=\"/cgi-bin/koha/cataloguing/additem.pl?op=edititem&biblionumber=',
biblionumber, '&itemnumber=', itemnumber, '#edititem', '\">', itemnumber,
'</a>' ) AS itemnumber
    FROM items
    LIMIT 10;

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to