fixed typo that caused MARC21 leader form to emit 25 characters instead of 24
authorGalen Charlton <galen.charlton@liblime.com>
Wed, 7 Nov 2007 21:46:19 +0000 (15:46 -0600)
committerJoshua Ferraro <jmf@liblime.com>
Thu, 8 Nov 2007 23:15:20 +0000 (17:15 -0600)
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/marc21_leader.tmpl

index 7f683e4..a4490cb 100644 (file)
@@ -323,7 +323,7 @@ function report() {
                        document.f_pop.f17.value+
                        document.f_pop.f18.value+
                        document.f_pop.f19.value+
-                       ' 4500';
+                       '4500';
                self.close();
                return false;
        }