22 Nov
2021
22 Nov
'21
11:59 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24305 --- Comment #24 from Jonathan Druart <jonathan.druart+koha@gmail.com> --- (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.