Bugzilla – Attachment 119967 Details for
Bug 23207
Allow automatic checkin/return at end of circulation period
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 23207: (QA follow-up) Add new column on item types UI table
Bug-23207-QA-follow-up-Add-new-column-on-item-type.patch (text/plain), 2.21 KB, created by
Tomás Cohen Arazi (tcohen)
on 2021-04-21 19:23:02 UTC
(
hide
)
Description:
Bug 23207: (QA follow-up) Add new column on item types UI table
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2021-04-21 19:23:02 UTC
Size:
2.21 KB
patch
obsolete
>From aa69bd8e46cd1a6fd11ff713ec5f4ba84f913737 Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Wed, 21 Apr 2021 16:20:32 -0300 >Subject: [PATCH] Bug 23207: (QA follow-up) Add new column on item types UI > table > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > admin/columns_settings.yml | 3 +++ > koha-tmpl/intranet-tmpl/prog/en/modules/admin/itemtypes.tt | 2 ++ > 2 files changed, 5 insertions(+) > >diff --git a/admin/columns_settings.yml b/admin/columns_settings.yml >index 904cf65551e..5b5ef32ea60 100644 >--- a/admin/columns_settings.yml >+++ b/admin/columns_settings.yml >@@ -260,6 +260,9 @@ modules: > columnname: checkin_message > - > columnname: library_limitations >+ - >+ columnname: automatic_checkin >+ is_hidden: 1 > - > columnname: actions > cannot_be_toggled: 1 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/itemtypes.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/itemtypes.tt >index a728f13df66..774b3da19b4 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/itemtypes.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/itemtypes.tt >@@ -454,6 +454,7 @@ Item types › Administration › Koha > <th>Processing fee (when lost)</th> > <th>Checkin message</th> > <th>Library limitations</th> >+ <th>Automatic checkin</th> > <th class="noExport NoSort">Actions</th> > </thead> > [% FOREACH itemtype IN itemtypes %] >@@ -552,6 +553,7 @@ Item types › Administration › Koha > No limitation > [% END %] > </td> >+ <td>[% IF ( itemtype.automatic_checkin ) %]Yes[% ELSE %] [% END %]</td> > <td class="actions"> > <a href="/cgi-bin/koha/admin/itemtypes.pl?op=add_form&itemtype=[% itemtype.itemtype | uri %]" class="btn btn-default btn-xs"><i class="fa fa-pencil"></i> Edit</a> > <a href="/cgi-bin/koha/admin/itemtypes.pl?op=delete_confirm&itemtype=[% itemtype.itemtype | uri %]" class="btn btn-default btn-xs"><i class="fa fa-trash"></i> Delete</a> >-- >2.31.1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 23207
:
114212
|
114213
|
114214
|
114215
|
117970
|
117971
|
117972
|
117973
|
117984
|
117985
|
117986
|
117987
|
117991
|
117992
|
117993
|
117994
|
119726
|
119727
|
119728
|
119729
|
119730
|
119966
| 119967 |
119973
|
119985
|
119999
|
120000