Bugzilla – Attachment 65303 Details for
Bug 18996
SIP sets ok flag to true for refused checkin for data corruption
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 18996: Handle DataCorrupted message in SIP checkin
Bug-18996-Handle-DataCorrupted-message-in-SIP-chec.patch (text/plain), 985 bytes, created by
Marcel de Rooy
on 2017-07-28 09:37:13 UTC
(
hide
)
Description:
Bug 18996: Handle DataCorrupted message in SIP checkin
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2017-07-28 09:37:13 UTC
Size:
985 bytes
patch
obsolete
>From 9c52d5bae7f1c53273c44ca16b51075a65b9577b Mon Sep 17 00:00:00 2001 >From: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >Date: Fri, 28 Jul 2017 10:29:51 +0200 >Subject: [PATCH] Bug 18996: Handle DataCorrupted message in SIP checkin >Content-Type: text/plain; charset=utf-8 > >We could at least set alert type to 99 for DataCorrupted. >--- > C4/SIP/ILS/Transaction/Checkin.pm | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > >diff --git a/C4/SIP/ILS/Transaction/Checkin.pm b/C4/SIP/ILS/Transaction/Checkin.pm >index 19c82e9..e373912 100644 >--- a/C4/SIP/ILS/Transaction/Checkin.pm >+++ b/C4/SIP/ILS/Transaction/Checkin.pm >@@ -72,7 +72,9 @@ sub do_checkin { > # biblionumber, biblioitemnumber, itemnumber > # borrowernumber, reservedate, branchcode > # cancellationdate, found, reservenotes, priority, timestamp >- >+ if( $messages->{DataCorrupted} ) { >+ $self->alert_type('99'); >+ } > if ($messages->{BadBarcode}) { > $self->alert_type('99'); > } >-- >2.1.4
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 18996
:
65303
|
65304
|
65330
|
65336
|
65393
|
65394
|
65418
|
65961
|
65962
|
65963
|
65964
|
66180
|
66181
|
66182
|
66183
|
66184
|
67055
|
67056
|
67057
|
67058
|
67059
|
67849