Bugzilla – Attachment 110546 Details for
Bug 26490
Column configuration for account-fines hides the wrong columns
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 24690: Fix column configuration for fines trasactions
Bug-24690-Fix-column-configuration-for-fines-trasa.patch (text/plain), 1.43 KB, created by
David Nind
on 2020-09-22 12:26:43 UTC
(
hide
)
Description:
Bug 24690: Fix column configuration for fines trasactions
Filename:
MIME Type:
Creator:
David Nind
Created:
2020-09-22 12:26:43 UTC
Size:
1.43 KB
patch
obsolete
>From 43c397ef1917ad240f30a12c534570487c830ada Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer.83@web.de> >Date: Sun, 20 Sep 2020 22:06:32 +0000 >Subject: [PATCH] Bug 24690: Fix column configuration for fines trasactions > >Hiding the last columns on the fines transactions in the >patron account in staff didn't work correctly as we had missed >adding Home library to the configuration options when it was >added. > >This adds the missing definition and now all columns can be >toggled correctly. > >To test: >- Go to any patron account in staff >- Go to Accounting > tab transactions (maybe add some fines) >- Toggle the columns on the table using the menu, especially > - notes, home library and checkout date >- Go to Administration > Table configuration >- Verify the settings for the table work well from there too - > with the patch, home_library will show as new option > >https://bugs.koha-community.org/show_bug.cgi?id=26490 > >Signed-off-by: David Nind <david@davidnind.com> >--- > admin/columns_settings.yml | 2 ++ > 1 file changed, 2 insertions(+) > >diff --git a/admin/columns_settings.yml b/admin/columns_settings.yml >index 96b3a31a68..f010bedc11 100644 >--- a/admin/columns_settings.yml >+++ b/admin/columns_settings.yml >@@ -666,6 +666,8 @@ modules: > - > columnname: issuedate > - >+ columnname: home_library >+ - > columnname: note > - > columnname: amount >-- >2.11.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 26490
:
110440
|
110546
|
110742