From 73089583516c7ce960c36ab325397454428ea75a 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 7943b3bb73..bd7a9327b2 100644 --- a/admin/columns_settings.yml +++ b/admin/columns_settings.yml @@ -408,6 +408,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 06882ed3b1..bdb5408a21 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