From 5170e31ea362aad85bd287ed530816651a77f678 Mon Sep 17 00:00:00 2001 From: Michael Hafen Date: Wed, 1 Oct 2008 09:48:18 -0600 Subject: [PATCH] bugfix: Add a message to circulation.pl if item is restricted Don't know how this was missed. If an item is restricted it isn't allowed to be issued, but there is no message about why it can't be issued, just the yellow box. This adds a message saying "item is restricted". Signed-off-by: Galen Charlton --- koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tmpl | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tmpl index 7d965bc7d0..5ee4ae155c 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tmpl @@ -153,6 +153,10 @@ $.tablesorter.addParser({
  • Item has been withdrawn
  • + +
  • Item is restricted
  • + +
  • Patron's address is in doubt
  • -- 2.39.2