Bugzilla – Attachment 38437 Details for
Bug 13022
Hardcoded limit causes records with more than 20 items to show inaccurate statuses
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 13022 [QA Followup] - Revert changes in whitespace back to original for items count lines
Bug-13022-QA-Followup---Revert-changes-in-whitespa.patch (text/plain), 2.17 KB, created by
Kyle M Hall (khall)
on 2015-04-23 16:52:02 UTC
(
hide
)
Description:
Bug 13022 [QA Followup] - Revert changes in whitespace back to original for items count lines
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2015-04-23 16:52:02 UTC
Size:
2.17 KB
patch
obsolete
>From 441a1b52783737695584cea4e9b4320fd12592f2 Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Thu, 23 Apr 2015 12:49:38 -0400 >Subject: [PATCH] Bug 13022 [QA Followup] - Revert changes in whitespace back to original for items count lines > >--- > .../prog/en/modules/catalogue/results.tt | 14 +------------- > 1 files changed, 1 insertions(+), 13 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt >index b4f99d1..934d4ad 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt >@@ -552,19 +552,7 @@ var holdForPatron = function () { > <span class="blocker inaccurate-item-statuses" title="Item statuses may be inaccurate. Please view the record details for accurate item statuses"> > [% END %] > >- [% SEARCH_RESULT.items_count %] >- >- [% IF ( SEARCH_RESULT.itemsplural ) %] >- items >- [% ELSE %] >- item >- [% END %] >- >- [% IF ( SEARCH_RESULT.availablecount ) %] >- , [% SEARCH_RESULT.availablecount %] available: >- [% ELSE %] >- , None available >- [% END %] >+ [% IF ( SEARCH_RESULT.itemsplural ) %]items[% ELSE %]item[% END %][% IF ( SEARCH_RESULT.availablecount ) %], [% SEARCH_RESULT.availablecount %] available:[% ELSE %], None available[% END %] > > [% IF MaxSearchResultsItemsPerRecordStatusCheck && SEARCH_RESULT.items_count > MaxSearchResultsItemsPerRecordStatusCheck %] > </span> >-- >1.7.2.5
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 13022
:
31978
|
37970
|
37971
|
38066
|
38069
|
38072
|
38075
|
38076
|
38437
|
38438
|
38476
|
38477
|
38478
|
45957
|
45958
|
45959