tweak SIP hold response message
authorJason Etheridge <jason@EquinoxOLI.org>
Tue, 31 May 2022 07:44:04 +0000 (03:44 -0400)
committerJason Etheridge <jason@EquinoxOLI.org>
Tue, 31 May 2022 07:44:04 +0000 (03:44 -0400)
Signed-off-by: Jason Etheridge <jason@EquinoxOLI.org>
Open-ILS/src/perlmods/lib/OpenILS/Application/SIP2.pm

index 76bbe77..2509ec4 100644 (file)
@@ -744,8 +744,8 @@ sub handle_hold {
     my $stub = {
         code => '16',
         fixed_fields => [
-            0, # ok
-            0, # available
+             0 , # ok field
+            'N', # available field
             $SC->sipdate
         ],
         fields => [
@@ -785,8 +785,8 @@ sub handle_hold {
     return {
         code => '16',
         fixed_fields => [
-            1, # ok
-            0, # available
+             1 , # ok field
+            'N', # available field
             $SC->sipdate
         ],
         fields => [