From: Andrew Isherwood Date: Tue, 26 Jun 2018 10:36:33 +0000 (+0100) Subject: Bug 20995: Add Request ID to table and request view X-Git-Url: http://git.rot13.org/?a=commitdiff_plain;ds=sidebyside;h=efd2b75b6741f95a79a88e0765bcb0802a7cf1fd;p=koha.git Bug 20995: Add Request ID to table and request view This patch adds the display of Request ID to the OPAC views of all a user's requests and the individual request. To test: 1) Ensure you have ILL enabled 2) Log into the OPAC as a user with at least one request 3) Go to the "your interlibrary loan requests" page 4) TEST: Ensure that Request ID is displayed as the first column in the table 5) Click the "View" button on a request 6) TEST: Ensure that Request ID is displayed along with all the other request information Signed-off-by: mmg@interleaf.ie Signed-off-by: Katrin Fischer Bug 20995: (QA follow-up) Add html filters and fix doubled up columns from merge Signed-off-by: Katrin Fischer Signed-off-by: Nick Clemens --- diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-illrequests.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-illrequests.tt index c44f4199a1..f1f809994b 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-illrequests.tt +++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-illrequests.tt @@ -111,6 +111,7 @@ + @@ -125,6 +126,7 @@ [% FOREACH request IN requests %] [% status = request.status | html %] + @@ -151,6 +153,10 @@
Details from library
    +
  1. + + [% request.id | html %] +
  2. [% request.backend | html %]
Request ID Author Title Requested from
[% request.id | html %] [% IF request.metadata.Author %][% request.metadata.Author | html %][% ELSE %]N/A[% END %]