http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12878
--- Comment #2 from Kyle M Hall <[email protected]> --- Created attachment 31416 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=31416&action=edit Bug 12878 - Not having the permission circulate_override_renewals triggers error that prevents checkouts table from loading Not having the override_renewals permission will trigger the following error on circulation.pl: Uncaught SyntaxError: Unexpected token ; This prevents the rest of the javascript on the page from executing, including but not limited to the loading of the checkouts table. Test Plan: 1) Using an account without the override renewals permission, start to check out items to a patron. 2) Note the checkouts table is broken 3) Apply this patch 4) Reload the page 5) Note the checkouts table is now working -- You are receiving this mail because: You are the assignee for the bug. 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/
