projects
/
working
/
NCIPServer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a955f87
)
Get the pcrud method name correct.
author
Jason Stephenson
<jason@sigio.com>
Sat, 11 Oct 2014 17:41:21 +0000
(13:41 -0400)
committer
Jason Stephenson
<jason@sigio.com>
Sat, 11 Oct 2014 17:41:21 +0000
(13:41 -0400)
Signed-off-by: Jason Stephenson <jason@sigio.com>
lib/NCIP/ILS/Evergreen.pm
patch
|
blob
|
history
diff --git
a/lib/NCIP/ILS/Evergreen.pm
b/lib/NCIP/ILS/Evergreen.pm
index
7a6bff5
..
b9a15a4
100644
(file)
--- a/
lib/NCIP/ILS/Evergreen.pm
+++ b/
lib/NCIP/ILS/Evergreen.pm
@@
-2339,7
+2339,7
@@
sub place_hold {
# database to return it.
$hold = $U->simplereq(
'open-ils.pcrud',
- 'open-ils.pcrud.
ahr.retrieve
',
+ 'open-ils.pcrud.
retrieve.ahr
',
$self->{session}->{authtoken},
$hold
);