Bug 14828 [QA Followup] - Hide in OPAC checkbox not checked in editor even if enabled

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>

Signed-off-by: Brendan Gallagher brendan@bywatersolutions.com
This commit is contained in:
Kyle Hall 2016-01-15 19:14:14 +00:00 committed by Brendan Gallagher
parent 95f0caed38
commit 35b7fa9112

View file

@ -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" />