From 65b0858f0f8be5402b9f698f0605350bc9b95de1 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 --- .../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 61cc4e792c9..1801b777942 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