[Koha-bugs] [Bug 12878] Not having the permission circulate_override_renewals triggers error that prevents checkouts table from loading

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Sep 5 17:49:21 CEST 2014


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12878

--- Comment #2 from Kyle M Hall <kyle at bywatersolutions.com> ---
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.


More information about the Koha-bugs mailing list