Bugzilla – Attachment 135533 Details for
Bug 23548
AQ field required in checkin response
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 23548: Set AQ to empty when item not exist
Bug-23548-Set-AQ-to-empty-when-item-not-exist.patch (text/plain), 878 bytes, created by
David Nind
on 2022-06-01 10:25:19 UTC
(
hide
)
Description:
Bug 23548: Set AQ to empty when item not exist
Filename:
MIME Type:
Creator:
David Nind
Created:
2022-06-01 10:25:19 UTC
Size:
878 bytes
patch
obsolete
>From bccb8ba9f0184da160597d4a1c57b7b5ecfebf00 Mon Sep 17 00:00:00 2001 >From: Per Larsson <per.larsson@ub.gu.se> >Date: Wed, 18 Sep 2019 10:50:37 +0200 >Subject: [PATCH] Bug 23548: Set AQ to empty when item not exist > >Signed-off-by: David Nind <david@davidnind.com> >--- > C4/SIP/Sip/MsgType.pm | 2 ++ > 1 file changed, 2 insertions(+) > >diff --git a/C4/SIP/Sip/MsgType.pm b/C4/SIP/Sip/MsgType.pm >index 2f7ba7da0f..6a4d7063ca 100644 >--- a/C4/SIP/Sip/MsgType.pm >+++ b/C4/SIP/Sip/MsgType.pm >@@ -693,6 +693,8 @@ sub handle_checkin { > $resp .= add_field( FID_PERM_LOCN, $item->permanent_location, $server ); > $resp .= maybe_add( FID_TITLE_ID, $item->title_id, $server ); > $resp .= $item->build_additional_item_fields_string( $server ); >+ } else { >+ $resp .= add_field( FID_PERM_LOCN, "", $server ); > } > > if ( $protocol_version >= 2 ) { >-- >2.30.2
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 23548
:
128657
|
135533
|
135732
|
154557
|
155046
|
155047
|
155048
|
155131
|
155132
|
155133
|
155134