From 6f8f62d982d2415fcb55ad8f72656340fba3bb1b Mon Sep 17 00:00:00 2001 From: Pedro Amorim Date: Thu, 20 Feb 2025 11:51:05 +0000 Subject: [PATCH] Bug 32630: Update send notice to patron button Only show this action button if the ILL request has a borrowernumber Sponsored-by: UKHSA - UK Health Security Agency Signed-off-by: Jeremy Evans --- .../prog/en/modules/ill/ill-requests.tt | 30 ++++++++++--------- 1 file changed, 16 insertions(+), 14 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 2eaeee30d7b..612d1657060 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 @@ -535,20 +535,22 @@ [% END %] [% END %] - + [% IF request.borrowernumber %] + + [% END %] Display supplier metadata -- 2.39.5