[Koha-bugs] [Bug 24305] Batch Item modification via item number in reports does not work with CONCAT in report

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Nov 22 11:59:57 CET 2021


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

--- Comment #24 from Jonathan Druart <jonathan.druart+koha at 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.


More information about the Koha-bugs mailing list