From b3719326b73dca0b2937048420a858253ae906b0 Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Wed, 3 Aug 2016 15:55:41 -0400 Subject: [PATCH] syntax errors be gone Signed-off-by: Galen Charlton --- Open-ILS/src/perlmods/lib/OpenILS/Application/Circ/CircNotify.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 => { -- 2.11.0