Bugzilla – Attachment 69327 Details for
Bug 19651
SIP/ILS/Item missing title
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 19651: SIP/ILS/Item misses title and author
Bug-19651-SIPILSItem-misses-title-and-author.patch (text/plain), 1.07 KB, created by
Marcel de Rooy
on 2017-11-24 07:10:43 UTC
(
hide
)
Description:
Bug 19651: SIP/ILS/Item misses title and author
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2017-11-24 07:10:43 UTC
Size:
1.07 KB
patch
obsolete
>From 8dab71ac939525f70b5ed62fe70d25b3d8af3c35 Mon Sep 17 00:00:00 2001 >From: Stefan Berndtsson <stefan.berndtsson@ub.gu.se> >Date: Thu, 23 Nov 2017 14:43:18 +0100 >Subject: [PATCH] Bug 19651: SIP/ILS/Item misses title and author >Content-Type: text/plain; charset=utf-8 > >Signed-off-by: Benjamin Rokseth <bensinober@gmail.com> > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >Amended $item->biblio by $biblio. >--- > C4/SIP/ILS/Item.pm | 2 ++ > 1 file changed, 2 insertions(+) > >diff --git a/C4/SIP/ILS/Item.pm b/C4/SIP/ILS/Item.pm >index 84e7411..240e199 100644 >--- a/C4/SIP/ILS/Item.pm >+++ b/C4/SIP/ILS/Item.pm >@@ -102,6 +102,8 @@ sub new { > $self->{hold_queue} = $holds; > $self->{hold_shelf} = [( grep { defined $_->{found} and $_->{found} eq 'W' } @{$self->{hold_queue}} )]; > $self->{pending_queue} = [( grep {(! defined $_->{found}) or $_->{found} ne 'W' } @{$self->{hold_queue}} )]; >+ $self->{title} = $biblio->title; >+ $self->{author} = $biblio->author; > bless $self, $type; > > syslog( "LOG_DEBUG", "new ILS::Item('%s'): found with title '%s'", >-- >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 19651
:
69302
|
69303
| 69327