@@ -, +, @@ --- admin/columns_settings.yml | 4 ---- .../prog/en/modules/members/holdshistory.tt | 16 ---------------- 2 files changed, 20 deletions(-) --- a/admin/columns_settings.yml +++ a/admin/columns_settings.yml @@ -270,10 +270,6 @@ modules: - columnname: reservedate - - columnname: notificationdate - - - columnname: reminderdate - - columnname: expirationdate - columnname: waitingdate --- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/holdshistory.tt +++ a/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 %] --