From 522cef79e24c95be141b01f8fef2230ad64d4899 Mon Sep 17 00:00:00 2001 From: Andrew Isherwood Date: Thu, 17 May 2018 10:58:02 +0100 Subject: [PATCH 4/8] 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 --- 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 db5b77c..f9e62e4 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 @@ -413,7 +413,7 @@
  1. - + [% request.borrowernumber %]
  2. @@ -460,6 +460,7 @@ + Cancel -- 2.1.4