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

--- Comment #9 from Jonathan Druart <[email protected]> ---
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.
_______________________________________________
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