16 Jun
2022
16 Jun
'22
10 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30973 --- Comment #1 from Fridolin Somers <fridolin.somers@biblibre.com> --- Created attachment 136125 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=136125&action=edit Bug 30973: Serials search fix body id The serials search page serials/serials-search.pl has HTML body id : <body id="ser_serials-home" class="ser"> It is the same as serials home page. This patch replaces with id="ser_serials-search" Test plan : 1) Go to Serials > Advanced search 2) Look at HTML code 3) Check you see <body id="ser_serials-search" class="ser"> -- You are receiving this mail because: You are watching all bug changes.