[Koha-patches] [PATCH] Additional fix for bug 3212 [3.0.x only]

Marcel de Rooy M.de.Rooy at rijksmuseum.nl
Thu Jun 10 09:58:30 CEST 2010


In 3.0.x position 9 is forced to Unicode. But the value of the combo in the popup still points to MARC8. Corrected in this fix.
---
 cataloguing/value_builder/marc21_leader.pl |    1 +
 1 files changed, 1 insertions(+)

diff --git a/cataloguing/value_builder/marc21_leader.pl b/cataloguing/value_builder/marc21_leader.pl
index 2598be7..eb0cedc 100755
--- a/cataloguing/value_builder/marc21_leader.pl
+++ b/cataloguing/value_builder/marc21_leader.pl
@@ -95,6 +95,7 @@ my ($template, $loggedinuser, $cookie)
 							"f6$f6" => 1,
 							"f7$f7" => 1,
 							"f8$f8" => 1,
+							"f9a" => 1,
 							"f17$f17" => 1,
 							"f18$f18" => 1,
 							"f19$f19" => 1,
-- 
1.6.0.6



More information about the Koha-patches mailing list