Bugzilla – Attachment 187990 Details for
Bug 40982
Basket: Orders table — "Modify" and "Cancel order" columns missing or displayed incorrectly
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 40982: Enable bKohaColumnsUseNames for libraries
Bug-40982-Enable-bKohaColumnsUseNames-for-librarie.patch (text/plain), 2.62 KB, created by
Martin Renvoize (ashimema)
on 2025-10-16 10:51:33 UTC
(
hide
)
Description:
Bug 40982: Enable bKohaColumnsUseNames for libraries
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2025-10-16 10:51:33 UTC
Size:
2.62 KB
patch
obsolete
>From 59a63917dd25cff90cf0b132916fd12b48c3c418 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Mon, 13 Oct 2025 14:12:34 +0200 >Subject: [PATCH] Bug 40982: Enable bKohaColumnsUseNames for libraries > >We want to add Cypress test for the force_visibility flag. >We do not test the basket table: the acq module will be rewritten > >Signed-off-by: Martin Renvoize <martin.renvoize@openfifth.co.uk> >--- > .../prog/en/modules/admin/branches.tt | 23 ++++++++++--------- > 1 file changed, 12 insertions(+), 11 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt >index 828c5225fe3..89dc574b46e 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt >@@ -539,16 +539,16 @@ > <table id="libraries"> > <thead> > <tr> >- <th>Name</th> >- <th>Code</th> >- <th>Address</th> >- <th>MARC organization code</th> >- <th>IP</th> >- <th>Pickup location</th> >- <th>Public</th> >- <th>SMTP server</th> >- <th>Library hours</th> >- <th data-class-name="actions no-export">Actions</th> >+ <th data-colname="library_name">Name</th> >+ <th data-colname="library_code">Code</th> >+ <th data-colname="library_address">Address</th> >+ <th data-colname="marc_organization_code">MARC organization code</th> >+ <th data-colname="library_ip">IP</th> >+ <th data-colname="is_pickup_location">Pickup location</th> >+ <th data-colname="public">Public</th> >+ <th data-colname="smtp_server">SMTP server</th> >+ <th data-colname="library_hours">Library hours</th> >+ <th data-colname="actions" data-class-name="actions no-export">Actions</th> > </tr> > </thead> > </table> >@@ -941,7 +941,8 @@ > "searchable": false, > "orderable": false > }, >- ] >+ ], >+ bKohaColumnsUseNames: true, > }, table_settings); > > [% UNLESS library %] >-- >2.51.0
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 40982
:
187651
|
187711
|
187712
|
187724
|
187726
|
187735
|
187736
|
187737
|
187738
|
187833
|
187834
|
187835
|
187986
|
187987
|
187988
|
187989
| 187990 |
187991