This is a strange one and has been confirmed in 3.12 and master. Each item's title listing on the Most Popular page in the opac ends with the string "; 9". I can't figure out where it's coming from but it's been on the 4 systems I looked at.
Created attachment 25063 [details] [review] Bug 11692 - number 9 showing on topissues The template for the OPAC's "most popular" page includes several variables which are not passed by the script, including biblioitems.size. This patch adds the right columns to the query and standardizes the output somewhat based on non-XSLT opac-detail. To test, apply the patch and view the "most popular" page in both prog and bootstrap. You should see correct publisher, copyright, pages, and size information.
Created attachment 25077 [details] [review] [SIGNED-OFF] Bug 11692 - number 9 showing on topissues The template for the OPAC's "most popular" page includes several variables which are not passed by the script, including biblioitems.size. This patch adds the right columns to the query and standardizes the output somewhat based on non-XSLT opac-detail. To test, apply the patch and view the "most popular" page in both prog and bootstrap. You should see correct publisher, copyright, pages, and size information. Signed-off-by: Nicole C. Engard <nengard@bywatersolutions.com> Tested in all three themes and works lovely
Created attachment 25156 [details] [review] [PASSED QA] Bug 11692 - number 9 showing on topissues The template for the OPAC's "most popular" page includes several variables which are not passed by the script, including biblioitems.size. This patch adds the right columns to the query and standardizes the output somewhat based on non-XSLT opac-detail. To test, apply the patch and view the "most popular" page in both prog and bootstrap. You should see correct publisher, copyright, pages, and size information. Signed-off-by: Nicole C. Engard <nengard@bywatersolutions.com> Tested in all three themes and works lovely Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de> Improves the bibliographic display on the 'Most popular' page in the OPAC. Passes all tests and QA script.
Pushed to master. Thanks, Owen!
Pushed to 3.14.x, will be in 3.14.08