Bug 3702 - Change sort order of items in staff title display
Summary: Change sort order of items in staff title display
Status: CLOSED FIXED
Alias: None
Product: Koha
Classification: Unclassified
Component: Staff interface (show other bugs)
Version: Main
Hardware: PC All
: PATCH-Sent (DO NOT USE) enhancement (vote)
Assignee: Jane Wagner
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-09 02:55 UTC by Jane Wagner
Modified: 2012-10-25 22:53 UTC (History)
1 user (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments
items not sorted (33.05 KB, image/png)
2009-12-18 18:03 UTC, Chris Cormack
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Cormack 2010-05-21 01:13:58 UTC


---- Reported by jwagner@ptfs.com 2009-10-09 14:55:48 ----

The default sort order for items attached to a title in staff mode is items.dateaccessioned desc.  This means that a particular library's holdings will be scattered through the list -- a special problem when it comes to serial issues.  I've done a change to Items.pm that makes the sort order branch description followed by dateaccessioned.  Thus, a library's holdings will be grouped together in the display.

This is related to a question raised by Owen Leonard about sort order in the OPAC, but he's handling that separately.



---- Additional Comments From jwagner@ptfs.com 2009-10-09 15:07:37 ----

Patch sent October 9, 2009.



---- Additional Comments From nengard@gmail.com 2009-12-18 18:03:58 ----

Created an attachment
items not sorted

I don't know if the patch was pushed - but the items still do not display grouped by branch.



---- Additional Comments From jwagner@ptfs.com 2010-05-12 13:44:18 ----

The fix for this bug (in ptfs-harley) can be pulled from the public git repository at http://github.com/Koha-PTFS, branch http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=3702




--- Bug imported by chris@bigballofwax.co.nz 2010-05-21 01:13 UTC  ---

This bug was previously known as _bug_ 3702 at http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=3702
Imported an attachment (id=1525)

Unknown operating system Windows 2000. Setting to default OS "All".
Actual time not defined. Setting to 0.0
The original reporter of this bug does not have
   an account here. Reassigning to the person who moved
   it here: chris@bigballofwax.co.nz.
   Previous reporter was jwagner@ptfs.com.
The original assignee of this bug does not have
   an account here. Reassigning to the default assignee
   for the component, gmcharlt@gmail.com.
   Previous assignee was jwagner@ptfs.com.
Bug reassigned, setting status to "NEW".
   Previous status was "ASSIGNED".
The original submitter of attachment 1525 [details] is unknown.
   Reassigning to the person who moved it here: chris@bigballofwax.co.nz.

Comment 1 Owen Leonard 2010-12-31 14:29:37 UTC
I don't know when this was pushed, but I see the changes in Items.pm now and I can confirm that items are ordered by home library.