View | Details | Raw Unified | Return to bug 34071
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/itemtypes.tt (-3 / +2 lines)
Lines 242-248 Item types › Administration › Koha Link Here
242
                        <span class="hint">If checked, no item of this type can be issued. If not checked, every item of this type can be issued unless notforloan is set for a specific item.</span>
242
                        <span class="hint">If checked, no item of this type can be issued. If not checked, every item of this type can be issued unless notforloan is set for a specific item.</span>
243
                </li>
243
                </li>
244
                <li>
244
                <li>
245
                    <label for="automatic_checkin">Automatic checkin: </label>
245
                    <label for="automatic_checkin">Automatic check-in: </label>
246
                        [% IF itemtype.automatic_checkin %]
246
                        [% IF itemtype.automatic_checkin %]
247
                            <input type="checkbox" id="automatic_checkin" name="automatic_checkin" checked="checked" value="1" />
247
                            <input type="checkbox" id="automatic_checkin" name="automatic_checkin" checked="checked" value="1" />
248
                        [% ELSE %]
248
                        [% ELSE %]
Lines 396-402 Item types &rsaquo; Administration &rsaquo; Koha Link Here
396
            <th>Processing fee (when lost)</th>
396
            <th>Processing fee (when lost)</th>
397
            <th>Checkin message</th>
397
            <th>Checkin message</th>
398
            <th>Library limitations</th>
398
            <th>Library limitations</th>
399
            <th>Automatic checkin</th>
399
            <th>Automatic check-in</th>
400
            <th class="noExport NoSort">Actions</th>
400
            <th class="noExport NoSort">Actions</th>
401
          </thead>
401
          </thead>
402
          [% FOREACH itemtype IN itemtypes %]
402
          [% FOREACH itemtype IN itemtypes %]
403
- 

Return to bug 34071