Bugzilla – Attachment 54578 Details for
Bug 14876
Show number of holds per record on the search results
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 14876 - (QA Followup) Fix pod
Bug-14876---QA-Followup-Fix-pod.patch (text/plain), 1.16 KB, created by
Nick Clemens (kidclamp)
on 2016-08-18 16:12:21 UTC
(
hide
)
Description:
Bug 14876 - (QA Followup) Fix pod
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2016-08-18 16:12:21 UTC
Size:
1.16 KB
patch
obsolete
>From bfb3690238f8b220c9fb52986d080065a3db8320 Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Thu, 18 Aug 2016 16:11:07 +0000 >Subject: [PATCH] Bug 14876 - (QA Followup) Fix pod > >--- > Koha/Template/Plugin/Holds.pm | 7 +++---- > 1 file changed, 3 insertions(+), 4 deletions(-) > >diff --git a/Koha/Template/Plugin/Holds.pm b/Koha/Template/Plugin/Holds.pm >index 91a978c..ef3cc0a 100644 >--- a/Koha/Template/Plugin/Holds.pm >+++ b/Koha/Template/Plugin/Holds.pm >@@ -27,13 +27,12 @@ This plugin is a home for various patron related Template Toolkit functions > to help streamline Koha and to move logic from the Perl code into the > Templates when it makes sense to do so. > >-To use, first, include the line '[% USE Borrowers %]' at the top >+To use, first, include the line '[% USE Holds %]' at the top > of the template to enable the plugin. > >-For example: [% IF Borrowers.IsDebarred( borrower ) %] >+For example: [% IF Holds.count( biblionumber ) %] > removes the necessity of setting a template variable in Perl code to >-find out if a patron is restricted even if that variable is not evaluated >-in any way in the script. >+find out if a title has holds. > > =cut > >-- >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 14876
:
53402
|
53465
|
54578
|
55889
|
55892
|
55910
|
56082
|
57000
|
58013
|
58153