]> git.evergreen-ils.org Git - Evergreen.git/commit
LP#1844732 Circulation Modifier Display when Batch Editing Items
authorGarry Collum <gcollum@gmail.com>
Mon, 13 Jul 2020 15:34:55 +0000 (11:34 -0400)
committerGalen Charlton <gmc@equinoxinitiative.org>
Tue, 18 Aug 2020 21:48:26 +0000 (17:48 -0400)
commitbb50e5901483d405f1d8d1f30f542f43a2d4b8e2
treeab33c6e0907b871abebf005bdbd201d3cbc56793
parent3db5c46bde8981cbf1ec92ff4145a9272c6ac5d6
LP#1844732 Circulation Modifier Display when Batch Editing Items

Fixes the circulation modifiers multivalue list when editing items with
more than one circulation modifier.

To test in with the concerto data, go to Server Administrator ->
Circulation Modifiers and create a couple of circ modifiers (kittens,
puppies).

Bring up the holdings view of a bib and edit a few items assigning these
items to each of the circ modifiers.

After assigning circ modifiers to several items, bring up some of these
items into the item editor making sure that you have chosen items that
have both circ modifiers.

View the multiple values for the circ modifiers.  It will display
something like 'No (10)'.

Apply the patch. Bring up the items again and view the multiple values.
The circ modifiers will be listed indivitually with a number
representing the number of items with that circ modifier.

Signed-off-by: Garry Collum <gcollum@gmail.com>
Signed-off-by: Jennifer Pringle <jennifer.pringle@bc.libraries.coop>
Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
Open-ILS/src/templates/staff/cat/volcopy/t_attr_edit.tt2