]> git.evergreen-ils.org Git - Evergreen.git/commit
LP#1296937: (SIP2) Add ids_only parameter to _items functions
authorThomas Berezansky <tsbere@mvlc.org>
Thu, 23 Jan 2014 17:07:06 +0000 (12:07 -0500)
committerGalen Charlton <gmc@esilibrary.com>
Tue, 20 May 2014 15:46:44 +0000 (08:46 -0700)
commit9ce8743646d30396dc6090f98be618d8bbec25f3
treec2fb87d0d0ce1171a549049ec687d0b7f89025f3
parent148449c8c574461635009eb25687a08b1692da95
LP#1296937: (SIP2) Add ids_only parameter to _items functions

This allows the caller to skip loading of barcodes and/or titles when
they are not needed, such as when the plan is to return counts, not
details.  Per bug 1321017, this is particular useful for patrons
that have metarecord holds.

Signed-off-by: Thomas Berezansky <tsbere@mvlc.org>
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
Open-ILS/src/perlmods/lib/OpenILS/SIP/Patron.pm
Open-ILS/src/perlmods/lib/OpenILS/SIP/Transaction/RenewAll.pm