From e75ff02b6fb83234582cbaf3fc76988dc36f8ead 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 0cb3494c95..2d2cc8fbe9 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.5