Bugzilla – Attachment 69302 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]
Add title and author from biblio to SIP/ILS/Item.pm
sip-title-fix.diff (text/plain), 602 bytes, created by
Stefan Berndtsson
on 2017-11-23 12:10:48 UTC
(
hide
)
Description:
Add title and author from biblio to SIP/ILS/Item.pm
Filename:
MIME Type:
Creator:
Stefan Berndtsson
Created:
2017-11-23 12:10:48 UTC
Size:
602 bytes
patch
obsolete
>--- a/C4/SIP/ILS/Item.pm 2017-10-30 10:54:37.000000000 +0100 >+++ b/C4/SIP/ILS/Item.pm 2017-11-23 13:05:16.780604741 +0100 >@@ -102,6 +102,8 @@ > $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} = $item->biblio->title(); >+ $self->{author} = $item->biblio->author(); > bless $self, $type; > > syslog( "LOG_DEBUG", "new ILS::Item('%s'): found with title '%s'",
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