syntax errors be gone
authorGalen Charlton <gmc@esilibrary.com>
Wed, 3 Aug 2016 19:55:41 +0000 (15:55 -0400)
committerGalen Charlton <gmc@esilibrary.com>
Wed, 3 Aug 2016 19:55:41 +0000 (15:55 -0400)
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
Open-ILS/src/perlmods/lib/OpenILS/Application/Circ/CircNotify.pm

index c3c5974..ea72217 100644 (file)
@@ -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 => {