https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15822
--- Comment #6 from Humberto Blanco <[email protected]> --- (In reply to Jonathan Druart from comment #4) > Could you export the record and attach it to the bug report. > Then execute, in your sql cli: > SELECT * FROM biblio WHERE biblionumber=YOUR_BIBLIONUMBER > and post the result here. Jonathan, I used: SELECT * FROM biblio inner join biblioitems using (biblionumber) WHERE cn_class like '340.11' I attached the output -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://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/
