]> git.koha-community.org Git - koha.git/commit
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)
committerKyle Hall <kyle@bywatersolutions.com>
Fri, 6 May 2022 17:43:51 +0000 (13:43 -0400)
commit42ba5b12bfb92ecc3878969946a2e12057af8639
tree7ecb8e57a9ef18a5a7adbb632f3720981c6edbee
parent79ee10b94aeabd337a0ef11e2a3d777767153efc
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>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
admin/columns_settings.yml
installer/data/mysql/atomicupdate/bug_29092.pl [new file with mode: 0755]