Bugzilla – Attachment 188318 Details for
Bug 38106
In table settings for the items table in cataloguing some fields are not listed and cannot be hidden
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 38106: Add missing items table columns to the yml file
Bug-38106-Add-missing-items-table-columns-to-the-y.patch (text/plain), 1.84 KB, created by
Jonathan Druart
on 2025-10-23 10:21:07 UTC
(
hide
)
Description:
Bug 38106: Add missing items table columns to the yml file
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2025-10-23 10:21:07 UTC
Size:
1.84 KB
patch
obsolete
>From 1b79887f9909764e278ec70559656876ae698d81 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Thu, 23 Oct 2025 12:18:10 +0200 >Subject: [PATCH] Bug 38106: Add missing items table columns to the yml file > >--- > admin/columns_settings.yml | 16 ++++++++++++++++ > 1 file changed, 16 insertions(+) > >diff --git a/admin/columns_settings.yml b/admin/columns_settings.yml >index 58a7493212d..329c90f22eb 100644 >--- a/admin/columns_settings.yml >+++ b/admin/columns_settings.yml >@@ -823,6 +823,8 @@ modules: > # cn_sort, permanent_location, damaged_on itemlost_on, withdrawn_on, issues, renewals and > # reserves. > columns: >+ - >+ columnname: itemnumber > - > columnname: barcode > - >@@ -855,6 +857,12 @@ modules: > columnname: itemcallnumber > - > columnname: coded_location_qualifier >+ - >+ columnname: issues >+ - >+ columnname: renewals >+ - >+ columnname: reserves > - > columnname: restricted > - >@@ -865,12 +873,18 @@ modules: > columnname: holdingbranch > - > columnname: timestamp >+ - >+ columnname: deleted_on > - > columnname: location >+ - >+ columnname: permanent_location > - > columnname: onloan > - > columnname: cn_source >+ - >+ columnname: cn_sort > - > columnname: ccode > - >@@ -885,6 +899,8 @@ modules: > columnname: copynumber > - > columnname: stocknumber >+ - >+ columnname: new_status > > concerns: > table_concerns: >-- >2.34.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 38106
: 188318 |
188319