[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 14:11:40 CEST 2020


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

David Roberts <david.roberts at ptfs-europe.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #103668|0                           |1
        is obsolete|                            |

--- Comment #2 from David Roberts <david.roberts at ptfs-europe.com> ---
Created attachment 103669
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=103669&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.

Signed-off-by: David Roberts <david at koha-ptfs.co.uk>

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


More information about the Koha-bugs mailing list