Bugzilla – Attachment 97355 Details for
Bug 24420
Cataloging search results Location column should account for waiting on hold items
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 24420: Cataloging search results Location column should account for waiting on hold items
Bug-24420-Cataloging-search-results-Location-colum.patch (text/plain), 1.41 KB, created by
Lucas Gass (lukeg)
on 2020-01-14 15:42:46 UTC
(
hide
)
Description:
Bug 24420: Cataloging search results Location column should account for waiting on hold items
Filename:
MIME Type:
Creator:
Lucas Gass (lukeg)
Created:
2020-01-14 15:42:46 UTC
Size:
1.41 KB
patch
obsolete
>From 89a326fe843e794804d33ce6167286564176e8a2 Mon Sep 17 00:00:00 2001 >From: Lucas Gass <lucas@bywatersolutions.com> >Date: Tue, 14 Jan 2020 15:40:38 +0000 >Subject: [PATCH] Bug 24420: Cataloging search results Location column should > account for waiting on hold items > >--- > koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbooks.tt | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbooks.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbooks.tt >index 90f80bf235..8083a2c086 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbooks.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbooks.tt >@@ -120,6 +120,7 @@ > [% IF ( resultsloo.itemlostcount ) %] Lost ([% resultsloo.itemlostcount | html %])<br />[% END %] > [% IF ( resultsloo.orderedcount ) %] On order ([% resultsloo.orderedcount | html %])<br/>[% END %] > [% IF ( resultsloo.notforloancount ) %] Not for loan ([% resultsloo.notforloancount | html %])[% END %] >+ [% IF ( resultsloo.onholdcount ) %] Waiting on hold ([% resultsloo.onholdcount | html %])[% END %] > </span> > </td> > <td> >-- >2.11.0
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 24420
:
97355
|
97417
|
98256
|
98459