From a2f1149b68fb61c91cea06bf567921441a20c6ff Mon Sep 17 00:00:00 2001 From: Nicole Engard Date: Thu, 28 Oct 2010 10:26:12 -0400 Subject: [PATCH] bug 5326 fix link to old pres editor on patron attributes Content-Type: text/plain; charset="utf-8" on the patron attributes page if you have ExtendedPatronAttributes turned off the error points you to the old sys prefs editor - this patch fixes that --- .../prog/en/modules/admin/patron-attr-types.tmpl | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/patron-attr-types.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/patron-attr-types.tmpl index 38ac077..b445c41 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/patron-attr-types.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/patron-attr-types.tmpl @@ -68,7 +68,7 @@ function CheckAttributeTypeForm(f) {
-
Because the 'ExtendedPatronAttributes` system preference is currently not enabled, extended patron attributes cannot be given to patron records. Go here if you wish to enable this feature.
+
Because the 'ExtendedPatronAttributes` system preference is currently not enabled, extended patron attributes cannot be given to patron records. Go here if you wish to enable this feature.
-- 1.5.6.5