@@ -, +, @@ checkouts tables - Make sure to test with a patron having return claims and without - Verify cou can toggle the visibility of the return claims column from top of the tables in the checkouts and details tabs - Go to administrastion > column configuration - Change the settings for the issues tables in the Patrons and Circulation sections - Verify the changes have been applied to the tables as configured --- admin/columns_settings.yml | 5 +++++ 1 file changed, 5 insertions(+) --- a/admin/columns_settings.yml +++ a/admin/columns_settings.yml @@ -658,6 +658,8 @@ modules: - columnname: checkin - + columnname: claims_returned + - columnname: export cannot_be_toggled: 1 cannot_be_modified: 1 @@ -873,9 +875,12 @@ modules: - columnname: checkin - + columnname: claims_returned + - columnname: export cannot_be_toggled: 1 cannot_be_modified: 1 + table_borrowers: - columnname: name --