From 5364e4162dd8c7a3c188cf546581ffd80f1d5c07 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. Signed-off-by: Josef Moravec --- 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 7943b3b..bd7a932 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 652438b..159ef64 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 @@ -533,6 +533,7 @@ Completed on Access URL Cost + Comments OPAC notes Staff notes Backend -- 2.1.4