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

(-)a/admin/columns_settings.yml (+3 lines)
Lines 456-461 modules: Link Here
456
            -
456
            -
457
              columnname: automatic_checkin
457
              columnname: automatic_checkin
458
              is_hidden: 1
458
              is_hidden: 1
459
            -
460
              columnname: bookable
461
              is_hidden: 1
459
            -
462
            -
460
              columnname: actions
463
              columnname: actions
461
              cannot_be_toggled: 1
464
              cannot_be_toggled: 1
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/itemtypes.tt (-1 / +2 lines)
Lines 437-442 Link Here
437
                        <th>Checkin message</th>
437
                        <th>Checkin message</th>
438
                        <th>Library limitations</th>
438
                        <th>Library limitations</th>
439
                        <th>Automatic check-in</th>
439
                        <th>Automatic check-in</th>
440
                        <th>Bookable</th>
440
                        <th class="no-export no-sort">Actions</th>
441
                        <th class="no-export no-sort">Actions</th>
441
                    </thead>
442
                    </thead>
442
                    [% FOREACH itemtype IN itemtypes %]
443
                    [% FOREACH itemtype IN itemtypes %]
Lines 534-539 Link Here
534
                                [% END %]
535
                                [% END %]
535
                            </td>
536
                            </td>
536
                            <td>[% IF ( itemtype.automatic_checkin ) %]Yes[% ELSE %]&nbsp;[% END %]</td>
537
                            <td>[% IF ( itemtype.automatic_checkin ) %]Yes[% ELSE %]&nbsp;[% END %]</td>
538
                            <td>[% IF ( itemtype.bookable ) %]Yes[% ELSE %]&nbsp;[% END %]</td>
537
                            <td class="actions">
539
                            <td class="actions">
538
                                <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-solid fa-pencil" aria-hidden="true"></i> Edit</a>
540
                                <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-solid fa-pencil" aria-hidden="true"></i> Edit</a>
539
                                <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-can"></i> Delete</a>
541
                                <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-can"></i> Delete</a>
540
- 

Return to bug 38863