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:
parent
2931eaba10
commit
b400309ae5
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue