From 04b413623b3e4f10cfe74a054367082ffe5d3e99 Mon Sep 17 00:00:00 2001 From: Chris Cormack Date: Sat, 24 Sep 2011 20:54:42 +1200 Subject: [PATCH] Fixing a bug in the templates that will break translation --- .../prog/en/modules/admin/patron-attr-types.tt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/patron-attr-types.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/patron-attr-types.tt index 692b0a328e..b8a8e3e4c7 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/patron-attr-types.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/patron-attr-types.tt @@ -159,7 +159,11 @@ function CheckAttributeTypeForm(f) { Check to make this attribute staff_searchable in the staff patron search.
  • - + [% IF display_checkout_checked %] + + [% ELSE %] + + [% END %] Check to show this attribute in patron check-out.
  • -- 2.39.2