Bug 23413: (QA follow-up) Fix terminology

Changed the POD of the new method to use holds.

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
This commit is contained in:
Katrin Fischer 2019-08-09 09:05:08 +00:00 committed by Martin Renvoize
parent 2931eaba10
commit b400309ae5
Signed by: martin.renvoize
GPG key ID: 422B469130441A0F

View file

@ -128,11 +128,11 @@ sub checkout {
=head3 holds
my $transfer = $item->holds();
my $transfer = $item->holds($params);
my $transfer = $item->holds({ found => 'W'});
my $holds = $item->holds();
my $holds = $item->holds($params);
my $holds = $item->holds({ found => 'W'});
Return reserves attached to an item, optionally accept a hashref of params to pass to search
Return holds attached to an item, optionally accept a hashref of params to pass to search
=cut