[Koha-bugs] [Bug 25274] JavaScript error in OPAC cart when more details are shown

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Apr 24 13:56:08 CEST 2020


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25274

--- Comment #1 from Owen Leonard <oleonard at myacpl.org> ---
Created attachment 103668
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=103668&action=edit
Bug 25274: Don't initialize DataTable if table isn't present

This patch modifies the OPAC basket JavaScript so that a check is added
for the existence of the "itemst" table. This avoids an error if the
"More details" view is selected and hte "itemst" table isn't present.

To reproduce the error, add some items to the OPAC cart and open the
cart window. Open the JavaScript console in your browser and click the
"More details" link. You'll see an error.

To test, apply the patch and perform the same test as above. The error
should not be present. Test that table sorting in the "brief" view words
correctly.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list