From 2eaf19426847c5a119cce4072d857894964e4e31 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 --- 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 4cbd6c4d4f..9d31769f42 100644 --- a/koha-tmpl/opac-tmpl/prog/en/modules/opac-userupdate.tmpl +++ b/koha-tmpl/opac-tmpl/prog/en/modules/opac-userupdate.tmpl @@ -112,7 +112,7 @@
  1. " />
  2. " />
  3. -
  4. " />
  5. +
  6. " />
  7. " />
  8. " />
  9. -- 2.39.2