From 5dba8278e07b1eb0baa1f64d60b487d1ddf1ab08 Mon Sep 17 00:00:00 2001 From: Garry Collum Date: Sun, 3 May 2009 00:23:14 -0400 Subject: [PATCH] Bug 3081 - The category code in the patron personal details page in opac showed the category code and not the description. This patch makes the description appear instead. Looking at both opac-userupdate.pl and opac-userupdate.tmpl, the actual value of this text box is not retrieved for any purpose. Signed-off-by: Galen Charlton Signed-off-by: Henri-Damien LAURENT --- koha-tmpl/opac-tmpl/prog/en/modules/opac-userupdate.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/opac-tmpl/prog/en/modules/opac-userupdate.tmpl b/koha-tmpl/opac-tmpl/prog/en/modules/opac-userupdate.tmpl index d0498dbdc0..3b7b57feb9 100644 --- a/koha-tmpl/opac-tmpl/prog/en/modules/opac-userupdate.tmpl +++ b/koha-tmpl/opac-tmpl/prog/en/modules/opac-userupdate.tmpl @@ -67,7 +67,7 @@
  1. " />
  2. " />
  3. -
  4. " />
  5. +
  6. " />
  7. " />
  8. " />
  9. -- 2.39.5