Bugzilla – Attachment 5198 Details for
Bug 6528
Cataloging search issues - Holdings not displayed in location column
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 6528 : Cataloguing search not showing location for available items
Bug-6528--Cataloguing-search-not-showing-location-.patch (text/plain), 1.28 KB, created by
Chris Cormack
on 2011-08-29 02:15:29 UTC
(
hide
)
Description:
Bug 6528 : Cataloguing search not showing location for available items
Filename:
MIME Type:
Creator:
Chris Cormack
Created:
2011-08-29 02:15:29 UTC
Size:
1.28 KB
patch
obsolete
>From e9839e24efbb9c0ddf2fc52532718b69766c1ce6 Mon Sep 17 00:00:00 2001 >From: Chris Cormack <chrisc@catalyst.net.nz> >Date: Mon, 29 Aug 2011 14:14:58 +1200 >Subject: [PATCH] Bug 6528 : Cataloguing search not showing location for available items > >--- > .../prog/en/modules/cataloguing/addbooks.tt | 4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) > >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 a5e2a96..750498e 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbooks.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbooks.tt >@@ -72,9 +72,9 @@ > [% END %] > </td> > <td> >- [% IF ( resultsloo.items_loop ) %] >+ [% IF ( resultsloo.available_items_loop ) %] > <span class="available"> >- [% FOREACH items_loo IN resultsloo.items_loop %] >+ [% FOREACH items_loo IN resultsloo.available_items_loop %] > [% items_loo.count %] [% items_loo.branchname %] > <i> > [% IF ( items_loo.location ) %][% items_loo.location %][% END %] >-- >1.7.4.1
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 6528
:
5198
|
5211