From 4b10f738c9f7bcade05d508de403b614daca1e13 Mon Sep 17 00:00:00 2001 From: Jason Etheridge Date: Tue, 31 May 2022 03:44:04 -0400 Subject: [PATCH] tweak SIP hold response message Signed-off-by: Jason Etheridge --- Open-ILS/src/perlmods/lib/OpenILS/Application/SIP2.pm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Open-ILS/src/perlmods/lib/OpenILS/Application/SIP2.pm b/Open-ILS/src/perlmods/lib/OpenILS/Application/SIP2.pm index 76bbe77a33..2509ec460a 100644 --- a/Open-ILS/src/perlmods/lib/OpenILS/Application/SIP2.pm +++ b/Open-ILS/src/perlmods/lib/OpenILS/Application/SIP2.pm @@ -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 => [ -- 2.11.0