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:
parent
95f0caed38
commit
35b7fa9112
1 changed files with 1 additions and 1 deletions
|
@ -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" />
|
||||
|
|
Loading…
Reference in a new issue