From 33d1f7b62d72847047f1402ee7f741828c837a63 Mon Sep 17 00:00:00 2001
From: Vitor FERNANDES <vfernandes@keep.pt>
Date: Tue, 4 Dec 2012 16:18:57 +0000
Subject: [PATCH] BUG 8347 - Koha forces UNIMARC 100 field code language to
 'fre'

Forget to add the system preference to the template.
---
 .../en/modules/admin/preferences/cataloguing.pref  |    6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/cataloguing.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/cataloguing.pref
index 91f15c3..57a4c5f 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/cataloguing.pref
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/cataloguing.pref
@@ -104,7 +104,11 @@ Cataloging:
         -
             - Define a list of subfields to use when prefilling items (separated by space)
             - pref: SubfieldsToUseWhenPrefill
-
+        -
+            - Use the languague (ISO 690-2)
+            - pref: UNIMARCField100Language
+              class: short
+            - as default language in the UNIMARC field 100 when creating a new record or in the field plugin.
     Display:
         -
             - 'Separate multiple displayed authors, series or subjects with '
-- 
1.7.9.5