[Koha-patches] [PATCH] Bug 11503 [Follow-up] Several typos

Owen Leonard oleonard at myacpl.org
Tue Jan 14 14:53:22 CET 2014


There is still a typo left to fix which I didn't catch because I was
doing a spell-check and didn't double-check the bug report:

Van der Griten -> Van der Grinten
---
 .../cataloguing/value_builder/unimarc_field_120.tt |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_120.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_120.tt
index cf9eca3..0afa7b5 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_120.tt
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_120.tt
@@ -606,9 +606,9 @@
 			[% END %]
 
 			[% IF ( f8df ) %]
-				<option value="df" selected="selected">Van der Griten</option>
+                <option value="df" selected="selected">Van der Grinten</option>
 			[% ELSE %]
-				<option value="df">Van der Griten</option>
+                <option value="df">Van der Grinten</option>
 			[% END %]
 
 			[% IF ( f8dg ) %]
-- 
1.7.9.5


More information about the Koha-patches mailing list