Bugzilla – Attachment 18594 Details for
Bug 10321
Followup on hold notes
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[SIGNED-OFF] Bug 10321: Followup for hold notes
SIGNED-OFF-Bug-10321-Followup-for-hold-notes.patch (text/plain), 1.16 KB, created by
Srdjan Jankovic
on 2013-06-03 02:30:41 UTC
(
hide
)
Description:
[SIGNED-OFF] Bug 10321: Followup for hold notes
Filename:
MIME Type:
Creator:
Srdjan Jankovic
Created:
2013-06-03 02:30:41 UTC
Size:
1.16 KB
patch
obsolete
>From f872adc9c7c6af18f8c4fa2bf96a9ddac6fc647b Mon Sep 17 00:00:00 2001 >From: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >Date: Mon, 18 Mar 2013 11:20:42 +0100 >Subject: [PATCH] [SIGNED-OFF] Bug 10321: Followup for hold notes > >Based on work for report 9722. >This patch resolves a small display problem with the number of columns of the >table on opac-reserve. > >Signed-off-by: Srdjan <srdjan@catalyst.net.nz> >--- > opac/opac-reserve.pl | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > >diff --git a/opac/opac-reserve.pl b/opac/opac-reserve.pl >index d1c3360..b633d3d 100755 >--- a/opac/opac-reserve.pl >+++ b/opac/opac-reserve.pl >@@ -548,13 +548,14 @@ if ( $numBibsAvailable == 0 || $anyholdable == 0) { > $template->param( none_available => 1 ); > } > >-my $itemTableColspan = 8; >+my $itemTableColspan = 9; > if (! $template->{VARS}->{'OPACItemHolds'}) { > $itemTableColspan--; > } > if (! $template->{VARS}->{'singleBranchMode'}) { > $itemTableColspan--; > } >+$itemTableColspan-- if !$show_holds_count && !$show_priority; > my $show_notes=C4::Context->preference('OPACShowHoldNotes'); > $template->param(OPACShowHoldNotes=>$show_notes); > $itemTableColspan-- if !$show_notes; >-- >1.8.1.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 10321
:
18364
|
18365
|
18594
|
18595
|
18759
|
18760