From c425273111177ee64a20c1cf7fc89e084edc379b Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Mon, 25 Oct 2010 10:16:19 -0400 Subject: [PATCH] bug 2567: let 008/15-17 and 008/24-27 be set Fixes bug where the MARC21 008 plugin was falsely claiming that it set the illustration and nature of contents positions by deriving it from other fields in the bib records. Signed-off-by: Galen Charlton Signed-off-by: Chris Cormack Signed-off-by: Chris Nighswonger --- .../cataloguing/value_builder/marc21_field_008.tmpl | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/marc21_field_008.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/marc21_field_008.tmpl index e3ca98ae88..5d926edea2 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/marc21_field_008.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/marc21_field_008.tmpl @@ -131,7 +131,7 @@ - (auto-filled from 300)"/> + "/> @@ -264,8 +264,8 @@ - (Derived value) - "/> + + "/> @@ -636,10 +636,10 @@ function report() { // } //MR (document.f_pop.f1517.value+" ").substr(0,3)+ - document.f_pop.f1821.value+ + (document.f_pop.f1821.value+" ").substr(0,4)+ document.f_pop.f22.value+ document.f_pop.f23.value+ - document.f_pop.f2427.value+ + (document.f_pop.f2427.value+" ").substr(0,4)+ document.f_pop.f28.value+ document.f_pop.f29.value+ document.f_pop.f30.value+ @@ -656,4 +656,4 @@ function report() { //]]> - \ No newline at end of file + -- 2.39.5