From: Galen Charlton Date: Wed, 3 Aug 2016 19:55:41 +0000 (-0400) Subject: syntax errors be gone X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=b3719326b73dca0b2937048420a858253ae906b0;p=working%2FEvergreen.git syntax errors be gone Signed-off-by: Galen Charlton --- diff --git a/Open-ILS/src/perlmods/lib/OpenILS/Application/Circ/CircNotify.pm b/Open-ILS/src/perlmods/lib/OpenILS/Application/Circ/CircNotify.pm index c3c5974af6..ea7221711b 100644 --- a/Open-ILS/src/perlmods/lib/OpenILS/Application/Circ/CircNotify.pm +++ b/Open-ILS/src/perlmods/lib/OpenILS/Application/Circ/CircNotify.pm @@ -112,7 +112,7 @@ __PACKAGE__->register_method( desc => 'Creates and fires grouped events for a set of circulation IDs', params => [ { name => 'authtoken', desc => 'Staff auth token', type => 'string' }, - { name => 'patronid', desc => 'actor.usr.id of patron which must own the circulations', type => 'number' } + { name => 'patronid', desc => 'actor.usr.id of patron which must own the circulations', type => 'number' }, { name => 'circlist', desc => 'Arrayref of circulation IDs to bundle into the event group', type => 'array' } ], return => { @@ -130,7 +130,7 @@ __PACKAGE__->register_method( 'For use by session-specific actions such as self-checkout or circ desk checkout.', params => [ { name => 'authtoken', desc => 'Staff auth token', type => 'string' }, - { name => 'patronid', desc => 'actor.usr.id of patron which must own the circulations', type => 'number' } + { name => 'patronid', desc => 'actor.usr.id of patron which must own the circulations', type => 'number' }, { name => 'circlist', desc => 'Arrayref of circulation IDs to bundle into the event group', type => 'array' } ], return => {