From afda7f7c49fb54d841dd6a7d9134e42860a54bce Mon Sep 17 00:00:00 2001 From: Jake Deery Date: Mon, 1 Dec 2025 14:31:30 +0000 Subject: [PATCH] Bug 14962: On Display config changes for tables This patch adds the Display column to a number of tables, ready for the On Display module. Please see the test files commit for instructions on how to test this bundle of patches. --- admin/columns_settings.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/admin/columns_settings.yml b/admin/columns_settings.yml index 6d614ef74ac..cce07ce1e40 100644 --- a/admin/columns_settings.yml +++ b/admin/columns_settings.yml @@ -2087,6 +2087,8 @@ modules: columnname: date - columnname: notes + - + columnname: displays holds: holds-to-pull: @@ -2127,6 +2129,8 @@ modules: columnname: pickup_location - columnname: action + - + columnname: displays patron_holds_table: columns: -- 2.50.1 (Apple Git-155)