Bug 30798: Change column order on account-fines table column settings
authorEmmi Takkinen <emmi.takkinen@koha-suomi.fi>
Wed, 18 May 2022 09:16:42 +0000 (12:16 +0300)
committerTomas Cohen Arazi <tomascohen@theke.io>
Mon, 13 Jun 2022 13:56:09 +0000 (10:56 -0300)
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>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
admin/columns_settings.yml

index 85677e5..a838a19 100644 (file)
@@ -778,10 +778,10 @@ modules:
             -
               columnname: issuedate
             -
-              columnname: home_library
-            -
               columnname: checked_out_from
             -
+              columnname: home_library
+            -
               columnname: note
             -
               columnname: amount