From a2f922257c8a5dc805ff1aa8b06df61a6bbf2045 Mon Sep 17 00:00:00 2001 From: Andrew Isherwood Date: Thu, 17 May 2018 10:58:02 +0100 Subject: [PATCH] Bug 20772: Borrowernumber should be read only On the Manage Request page, borrowernumber should be read only, we do not want users modifying the destination user once a request is placed Signed-off-by: Barry Cannon Signed-off-by: Katrin Fischer Signed-off-by: Tomas Cohen Arazi --- koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 a4b9ad97a9..4d9e6bc5ab 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 @@ -402,7 +402,7 @@
  1. - + [% request.borrowernumber | html %]
  2. @@ -449,6 +449,7 @@ + Cancel -- 2.19.1