18 Nov
2020
18 Nov
'20
9:50 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27029 --- Comment #11 from Mark Hofstetter <koha@trust-box.at> --- until the patch is in core you may use // "if" statment may/has to be removed when // https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27029 // is in koha var biblionumber = $("div#catalogue_detail_biblio").data("biblionumber"); if (!biblionumber) { var x = document.getElementsByClassName("unapi-id")[0] .getAttribute("title"); biblionumber = x.split(':')[2]; } see https://github.com/HKS3/koha-plugin-subordinate-items/ -- You are receiving this mail because: You are watching all bug changes.