Bugzilla – Attachment 69832 Details for
Bug 19706
Item search: Unsupported format html
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 19706: (followup) - correct variable name 'ccodes' not 'ccode'
Bug-19706-followup---correct-variable-name-ccodes-.patch (text/plain), 1.27 KB, created by
David Bourgault
on 2017-12-15 20:22:41 UTC
(
hide
)
Description:
Bug 19706: (followup) - correct variable name 'ccodes' not 'ccode'
Filename:
MIME Type:
Creator:
David Bourgault
Created:
2017-12-15 20:22:41 UTC
Size:
1.27 KB
patch
obsolete
>From c3c5603620b0476fa6e6b114ebc1a8b57b12bdd8 Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Thu, 14 Dec 2017 12:42:29 +0000 >Subject: [PATCH] Bug 19706: (followup) - correct variable name 'ccodes' not > 'ccode' > >To test: >1 - Have some values in CCODE authorised values >2 - Ensure collection drop down on item search displays correctly >3 - Ensure item search returns results ot screen with no js errors > >Signed-off-by: David Bourgault <david.bourgault@inlibro.com> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/itemsearch.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/itemsearch.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/itemsearch.tt >index 44d39d5..5b9edbe 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/itemsearch.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/itemsearch.tt >@@ -363,7 +363,7 @@ > { 'type': 'text' }, > { 'type': 'text' }, > { 'type': 'text' }, >- [% IF ccode.size %] >+ [% IF ccodes.size %] > { 'type': 'select', 'values': [% ccodes.json %] }, > [% ELSE %] > null, >-- >2.7.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 19706
:
69729
|
69745
|
69800
|
69831
|
69832
|
69835
|
69836