From 565980cb91bcc23f3531f7c568b9d19c948af32b Mon Sep 17 00:00:00 2001 From: Andrew Isherwood Date: Fri, 25 Jan 2019 12:02:16 +0000 Subject: [PATCH] Bug 21063: (follow-up) Add comments to column list Since this bug is now dependent on Bug 18591 (Allow an arbitrary number of comments on ILLs) we need to add the comments column to this table and the list of selectable columns. This patch does this. --- admin/columns_settings.yml | 2 ++ koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt | 1 + 2 files changed, 3 insertions(+) diff --git a/admin/columns_settings.yml b/admin/columns_settings.yml index 47919a8dd5..cd783f12e4 100644 --- a/admin/columns_settings.yml +++ b/admin/columns_settings.yml @@ -355,6 +355,8 @@ modules: - columnname: cost - + columnname: comments + - columnname: notesopac - columnname: notesstaff diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt index 36b7ad18b0..83be77a3bc 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt @@ -534,6 +534,7 @@ Completed on Access URL Cost + Comments OPAC notes Staff notes Backend -- 2.11.0