Bugzilla – Attachment 46735 Details for
Bug 14828
Move the item types related code to Koha::ItemTypes
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 14828 [QA Followup] - Hide in OPAC checkbox not checked in editor even if enabled
Bug-14828-QA-Followup---Hide-in-OPAC-checkbox-not-.patch (text/plain), 1.20 KB, created by
Kyle M Hall (khall)
on 2016-01-15 19:16:11 UTC
(
hide
)
Description:
Bug 14828 [QA Followup] - Hide in OPAC checkbox not checked in editor even if enabled
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2016-01-15 19:16:11 UTC
Size:
1.20 KB
patch
obsolete
>From dc87fe88f77a14d61ffd899cc0a2de00f81be465 Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Fri, 15 Jan 2016 19:14:14 +0000 >Subject: [PATCH] Bug 14828 [QA Followup] - Hide in OPAC checkbox not checked > in editor even if enabled > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/admin/itemtypes.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/itemtypes.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/itemtypes.tt >index 33ac762..bcd8c4d 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/itemtypes.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/itemtypes.tt >@@ -233,7 +233,7 @@ Item types administration > <ol> > <li> > <label for="hideinopac">Hide in OPAC: </label> >- [% IF ( hideinopac ) %] >+ [% IF ( itemtype.hideinopac ) %] > <input type="checkbox" id="hideinopac" name="hideinopac" checked="checked" value="1" /> > [% ELSE %] > <input type="checkbox" id="hideinopac" name="hideinopac" value="1" /> >-- >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 14828
:
42566
|
42567
|
42568
|
42569
|
45748
|
45749
|
45750
|
45751
|
45769
|
45771
|
45772
|
45773
|
45774
|
46731
|
46732
|
46733
|
46734
|
46735
|
47341
|
47342
|
47343
|
47344
|
47345