Bugzilla – Attachment 28511 Details for
Bug 11169
OPAC: Display acquisition details
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 11169: Fix branch name
Bug-11169-Fix-branch-name.patch (text/plain), 828 bytes, created by
Jonathan Druart
on 2014-05-28 08:05:33 UTC
(
hide
)
Description:
Bug 11169: Fix branch name
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2014-05-28 08:05:33 UTC
Size:
828 bytes
patch
obsolete
>From 06cd3ff31018138ae4319f5aeecd008dad249547 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@biblibre.com> >Date: Wed, 28 May 2014 10:03:52 +0200 >Subject: [PATCH] Bug 11169: Fix branch name > >--- > opac/opac-detail.pl | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/opac/opac-detail.pl b/opac/opac-detail.pl >index de1a736..0aef908 100755 >--- a/opac/opac-detail.pl >+++ b/opac/opac-detail.pl >@@ -675,6 +675,7 @@ if ( not $viewallitems and @items > $max_items_to_display ) { > if ( C4::Context->preference('OPACAcquisitionDetails') > and C4::Context->preference('AcqCreateItem') eq 'ordering' ) > { >+ $itm->{branchname} = C4::Branch::GetBranchName( $itm->{holdingbranch} ); > $itm->{on_order} = 1 > if grep /^$itm->{itemnumber}$/, @itemnumbers_on_order; > } >-- >2.0.0.rc2
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 11169
:
22594
|
22595
|
25654
|
25657
|
26082
|
26083
|
26084
|
26330
|
26331
|
26332
|
26343
|
26344
|
26345
|
27018
|
27019
|
27020
|
28045
|
28419
|
28483
|
28511
|
28512
|
28522
|
28523
|
28524
|
33522