Bugzilla – Attachment 135971 Details for
Bug 30798
Columns Home library and Checked out from in wrong order on table settings for account_fines table
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 30798: Change column order on account-fines table column settings
Bug-30798-Change-column-order-on-account-fines-tab.patch (text/plain), 1.51 KB, created by
Katrin Fischer
on 2022-06-12 12:22:22 UTC
(
hide
)
Description:
Bug 30798: Change column order on account-fines table column settings
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2022-06-12 12:22:22 UTC
Size:
1.51 KB
patch
obsolete
>From e6dddbf1d553ef4e215ec9f6ba298838a57c787e Mon Sep 17 00:00:00 2001 >From: Emmi Takkinen <emmi.takkinen@koha-suomi.fi> >Date: Wed, 18 May 2022 12:16:42 +0300 >Subject: [PATCH] Bug 30798: Change column order on account-fines table column > settings > >Columns Home library and Checked out from are in wrong order >on table settings. Because of this hiding Home library actually >hides Checkout out from column and vice versa. This patch changes >order of these columns on columns_settings.yml > >To test: >1) Navigate to columns settings page and modify >account-fines tables column. >=> Note that if you hide column checked_out_from, column >home_library is hidden on patrons account page. >2) Apply patch and restart plack etc. >=> Column checked_out_from should now be hidden. > >Sponsored-by: Koha-Suomi Oy > >Signed-off-by: Sally <sally.healey@cheshiresharedservices.gov.uk> > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > admin/columns_settings.yml | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/admin/columns_settings.yml b/admin/columns_settings.yml >index 15f53114ee..217e12ae58 100644 >--- a/admin/columns_settings.yml >+++ b/admin/columns_settings.yml >@@ -775,10 +775,10 @@ modules: > columnname: returndate > - > columnname: issuedate >- - >- columnname: home_library > - > columnname: checked_out_from >+ - >+ columnname: home_library > - > columnname: note > - >-- >2.30.2
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 30798
:
135094
|
135109
| 135971