Bug 29092: Add timestamp to account-fines table column settings
authorEmmi Takkinen <emmi.takkinen@koha-suomi.fi>
Thu, 21 Apr 2022 06:27:17 +0000 (09:27 +0300)
committerFridolin Somers <fridolin.somers@biblibre.com>
Wed, 27 Apr 2022 21:20:45 +0000 (11:20 -1000)
commit57dab88f0335cf03121117b52d953c3108d11bda
treec14f4a13cd817f944eaf9931cc5bf7616577f612
parent0b607ea691ead15583d4462d9ffe57b1040a0e2b
Bug 29092: Add timestamp to account-fines table column settings

Table settings for the account_fines table (in the Patrons section, the
"Transactions" table in a patron account) are missing a checkbox for the
"Updated On" column. Because of this, one cannot hide the Updated On
column and any other values one sets here get applied to the wrong
columns.

This patch adds timestamp to account-fines column settings.
To test:

1) Navigate to columns settings page and modify account-fines tables
   column.
   => Note that if you hide e.g. account_type column, column
   credit_number is hidden on patrons account page
2) Apply patch and update database.
   => Account-fines column settings has now a option to hide timestamp.
   => Correct columns should now be hidden.

Sponsored-by: Koha-Suomi Oy
Signed-off-by: Owen Leonard <oleonard@myacpl.org>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
admin/columns_settings.yml
installer/data/mysql/atomicupdate/bug_29092.pl [new file with mode: 0755]