Bug 14919: Remove notificationdate and reminderdate
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Fri, 27 Oct 2017 17:32:40 +0000 (14:32 -0300)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Fri, 27 Oct 2017 19:05:51 +0000 (16:05 -0300)
These columns are not used, we do not need to display them

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
admin/columns_settings.yml
koha-tmpl/intranet-tmpl/prog/en/modules/members/holdshistory.tt

index 25769b8..951a564 100644 (file)
@@ -269,10 +269,6 @@ modules:
           columnname: branch
         -
           columnname: reservedate
-        -
-          columnname: notificationdate
-        -
-          columnname: reminderdate
         -
           columnname: expirationdate
         -
index f9dc419..811c545 100644 (file)
@@ -56,8 +56,6 @@
         <th>Barcode</th>
         <th>Library</th>
         <th class="title-string">Hold date</th>
-        <th class="title-string">Notification date</th>
-        <th class="title-string">Reminder date</th>
         <th class="title-string">Expiration date</th>
         <th class="title-string">Waiting date</th>
         <th class="title-string">Cancellation date</th>
           <td>[% hold.item.barcode %]</td>
           <td>[% Branches.GetName( hold.branchcode ) %]</td>
           <td><span title="[% hold.reservedate %]">[% hold.reservedate | $KohaDates %]</span></td>
-          <td>
-              [% IF hold.notificationdate %]
-                  <span title="[% hold.notificationdate %]">[% hold.notificationdate | $KohaDates %]</span>
-              [% ELSE %]
-                  <span title="0000-00-00"></span>
-              [% END %]
-          </td>
-          <td>
-              [% IF hold.reminderdate %]
-                  <span title="[% hold.reminderdate %]">[% hold.reminderdate | $KohaDates %]</span>
-              [% ELSE %]
-                  <span title="0000-00-00"></span>
-              [% END %]
-          </td>
           <td>
               [% IF hold.expirationdate %]
                   <span title="[% hold.expirationdate %]">[% hold.expirationdate | $KohaDates %]</span>