http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12422 Mayank <mayanksri1989@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mayanksri1989@gmail.com --- Comment #4 from Mayank <mayanksri1989@gmail.com> --- I was facing the same problem. Your patch solved it! Thanks! :) (In reply to Kyle M Hall from comment #1)
Created attachment 28842 [details] [review] Bug 12422 - Javascript error triggered by opacbookbag being disabled while virtualshelves are enabled when using Bootstrap
Having the system preference opacbookbag disabled while having virtualshelves enabled will give the following javascript error:
Uncaught ReferenceError: MSG_IN_YOUR_CART is not defined basket.js:414
Test plan: 1) Set opactheme to bootstrap 2) Disable opacbookbag, enable virtualshelves 3) Open an OPAC page, view the error console 4) Note the javascript error 5) Apply this patch 6) Reload the page, not the error is gone
-- You are receiving this mail because: You are watching all bug changes.