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

(-)a/admin/columns_settings.yml (+3 lines)
Lines 260-265 modules: Link Here
260
              columnname: checkin_message
260
              columnname: checkin_message
261
            -
261
            -
262
              columnname: library_limitations
262
              columnname: library_limitations
263
            -
264
              columnname: automatic_checkin
265
              is_hidden: 1
263
            -
266
            -
264
              columnname: actions
267
              columnname: actions
265
              cannot_be_toggled: 1
268
              cannot_be_toggled: 1
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/itemtypes.tt (-1 / +2 lines)
Lines 454-459 Item types › Administration › Koha Link Here
454
            <th>Processing fee (when lost)</th>
454
            <th>Processing fee (when lost)</th>
455
            <th>Checkin message</th>
455
            <th>Checkin message</th>
456
            <th>Library limitations</th>
456
            <th>Library limitations</th>
457
            <th>Automatic checkin</th>
457
            <th class="noExport NoSort">Actions</th>
458
            <th class="noExport NoSort">Actions</th>
458
          </thead>
459
          </thead>
459
          [% FOREACH itemtype IN itemtypes %]
460
          [% FOREACH itemtype IN itemtypes %]
Lines 552-557 Item types &rsaquo; Administration &rsaquo; Koha Link Here
552
                    No limitation
553
                    No limitation
553
                [% END %]
554
                [% END %]
554
            </td>
555
            </td>
556
            <td>[% IF ( itemtype.automatic_checkin ) %]Yes[% ELSE %]&nbsp;[% END %]</td>
555
            <td class="actions">
557
            <td class="actions">
556
              <a href="/cgi-bin/koha/admin/itemtypes.pl?op=add_form&amp;itemtype=[% itemtype.itemtype | uri %]" class="btn btn-default btn-xs"><i class="fa fa-pencil"></i> Edit</a>
558
              <a href="/cgi-bin/koha/admin/itemtypes.pl?op=add_form&amp;itemtype=[% itemtype.itemtype | uri %]" class="btn btn-default btn-xs"><i class="fa fa-pencil"></i> Edit</a>
557
              <a href="/cgi-bin/koha/admin/itemtypes.pl?op=delete_confirm&amp;itemtype=[% itemtype.itemtype | uri %]" class="btn btn-default btn-xs"><i class="fa fa-trash"></i> Delete</a>
559
              <a href="/cgi-bin/koha/admin/itemtypes.pl?op=delete_confirm&amp;itemtype=[% itemtype.itemtype | uri %]" class="btn btn-default btn-xs"><i class="fa fa-trash"></i> Delete</a>
558
- 

Return to bug 23207