[Koha-bugs] [Bug 9456] Add callnumber column to the cart

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Mar 1 22:01:44 CET 2013


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

Owen Leonard <oleonard at myacpl.org> changed:

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

--- Comment #23 from Owen Leonard <oleonard at myacpl.org> ---
Created attachment 15813
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=15813&action=edit
Bug 9456 [Alternate] Add callnumber column to the cart

This patch adds call-number sorting to the staff client  cart on a
title-by-title basis. Item information (library, shelving location, and
call number) is moved to a table nested in each row. Location and call
number columns in this table are sortable.

The patch converts table sorting to DataTables. The patch does not
attempt to make the larger table of titles sortable by call number.

To test, add multiple titles to the staff client cart which have
multiple items each. The table of titles should still be sortable by
title and item type. The table of items in each row should be sortable
by location and call number.

Rebased on current master.

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


More information about the Koha-bugs mailing list