https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42707
--- Comment #1 from Owen Leonard <[email protected]> --- Created attachment 199615 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=199615&action=edit Bug 42707: Malformed Bootstrap dropdown in reports output This patch updates the SQL report results markup in order to make sure Bootstrap dropdowns are formatted correctly. To test, apply the patch and locate or create a report which returns patron card number, e.g. SELECT cardnumber, borrowernumber FROM borrowers LIMIT 10 In the results, test the menus triggered when you click a card number or a borrowernumber. The menu in the cardnumber column should be formatted like the menu for borrowernumber. Sponsored-by: Athens County Public Libraries -- You are receiving this mail because: 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/
