From 5054bbb00512c4e12d15d710356b06e04d3a91f9 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Fri, 27 Oct 2017 14:32:40 -0300 Subject: [PATCH] Bug 14919: Remove notificationdate and reminderdate These columns are not used, we do not need to display them --- admin/columns_settings.yml | 4 ---- .../prog/en/modules/members/holdshistory.tt | 16 ---------------- 2 files changed, 20 deletions(-) diff --git a/admin/columns_settings.yml b/admin/columns_settings.yml index 25769b849b..951a564c7f 100644 --- a/admin/columns_settings.yml +++ b/admin/columns_settings.yml @@ -270,10 +270,6 @@ modules: - columnname: reservedate - - columnname: notificationdate - - - columnname: reminderdate - - columnname: expirationdate - columnname: waitingdate diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/holdshistory.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/holdshistory.tt index f9dc4199db..811c54573e 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/holdshistory.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/holdshistory.tt @@ -56,8 +56,6 @@ Barcode Library Hold date - Notification date - Reminder date Expiration date Waiting date Cancellation date @@ -72,20 +70,6 @@ [% Branches.GetName( hold.branchcode ) %] [% hold.reservedate | $KohaDates %] - [% IF hold.notificationdate %] - [% hold.notificationdate | $KohaDates %] - [% ELSE %] - - [% END %] - - - [% IF hold.reminderdate %] - [% hold.reminderdate | $KohaDates %] - [% ELSE %] - - [% END %] - - [% IF hold.expirationdate %] [% hold.expirationdate | $KohaDates %] [% ELSE %] -- 2.11.0