Bugzilla – Attachment 140912 Details for
Bug 31084
Display item type in bundle management table
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 31084: Restore itemtype in bundles table
Bug-31084-Restore-itemtype-in-bundles-table.patch (text/plain), 1.70 KB, created by
Martin Renvoize (ashimema)
on 2022-09-23 13:50:54 UTC
(
hide
)
Description:
Bug 31084: Restore itemtype in bundles table
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2022-09-23 13:50:54 UTC
Size:
1.70 KB
patch
obsolete
>From 58987099e8332de9b2b8ed93844e6afe589a42a6 Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Mon, 11 Jul 2022 12:13:25 +0100 >Subject: [PATCH] Bug 31084: Restore itemtype in bundles table > >--- > admin/columns_settings.yml | 2 ++ > .../intranet-tmpl/prog/en/modules/catalogue/detail.tt | 7 +++++++ > 2 files changed, 9 insertions(+) > >diff --git a/admin/columns_settings.yml b/admin/columns_settings.yml >index 1b27cb60f1..7e3463afdd 100644 >--- a/admin/columns_settings.yml >+++ b/admin/columns_settings.yml >@@ -536,6 +536,8 @@ modules: > cannot_be_toggled: 1 > - > columnname: author >+ - >+ columnname: item_type > - > columnname: callnumber > - >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt >index f48413a010..0f912b2845 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt >@@ -1672,6 +1672,13 @@ Note that permanent location is a code, and location may be an authval. > "searchable": true, > "orderable": true, > }, >+ { >+ "data": "biblio.item_type", >+ "title": _("Item type"), >+ "searchable": true, >+ "orderable": true, >+ }, >+ > { > "data": "callnumber", > "title": _("Callnumber"), >-- >2.20.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 31084
: 140912 |
140913