Bug 3702 add branch description as primary sort for items in staff mode
authorJane Wagner <jwagner@ptfs.com>
Fri, 9 Oct 2009 15:06:17 +0000 (11:06 -0400)
committerHenri-Damien LAURENT <henridamien.laurent@biblibre.com>
Tue, 10 Nov 2009 21:23:50 +0000 (22:23 +0100)
commit0157b46e1331e90a92407f6e8971b9c77e1b41b0
treeff1a15d66801a7c99ce1389fce5cc32323d885cd
parentc0af3e87986aa29b212f8d00d2742f7ab209c073
Bug 3702 add branch description as primary sort for items in staff mode

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.
C4/Items.pm