From ccc97b61c6409e0c539566553537b53397fb00b3 Mon Sep 17 00:00:00 2001 From: Pedro Amorim Date: Thu, 19 Oct 2023 14:00:12 +0000 Subject: [PATCH] Bug 35108: Move request id to page header Redundant information, can be moved to header for more visibility and less horizontal length --- koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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 130e24b032..f25db5d988 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 @@ -546,7 +546,7 @@ [% END %] -

Manage ILL request

+

Manage ILL request [% request.id_prefix _ request.illrequest_id | html %]

@@ -701,10 +701,6 @@ Price paid: [% IF request.price_paid %][% request.price_paid | $Price %][% ELSE %]N/A[% END %] -
  • - Request number: - [% request.id_prefix _ request.illrequest_id | html %] -
  • Staff notes:

    [% request.notesstaff | html %]

    -- 2.30.2