15 Oct
2024
15 Oct
'24
7:17 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38136 --- Comment #9 from Jonathan Druart <jonathan.druart@gmail.com> --- Library limit for item types search is broken DBIx::Class::Storage::DBI::_dbh_execute(): DBI Exception: DBD::mysql::st execute failed: Unknown column 'branchcode' in 'where clause' at /kohadevbox/koha/Koha/Objects.pm line 321 http://localhost:8081/cgi-bin/koha/cataloguing/additem.pl?op=edititem&biblionumber=4&itemnumber=18#edititem Koha/UI/Form/Builder/Item.pm 214 $itemtypes = Koha::ItemTypes->search_with_localization( 215 { branchcode => $branch_limit } ); -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.