[Koha-patches] [PATCH] Allow UNIMARC item callnumber splitting

2010-04-09 Thread Frédéric Demians
--- C4/Labels/Label.pm |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/C4/Labels/Label.pm b/C4/Labels/Label.pm index e16e244..9fb09f3 100644 --- a/C4/Labels/Label.pm +++ b/C4/Labels/Label.pm @@ -405,7 +405,8 @@ sub draw_label_text { $field_data =~ s/\r//g;

[Koha-patches] [PATCH 1/2] Bug 4370: Fix ind1 semantics for MARC21 780/785

2010-04-09 Thread Jared CAMINS-ESAKOV
When using XSLT stylesheets for display, show MARC21 fields 780 and 785 on the OPAC details page only when ind1=0, as specified by the standard. --- .../prog/en/xslt/MARC21slim2OPACDetail.xsl | 10 +- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git

[Koha-patches] [PATCH 2/2] Bug 4371: Display MARC21 field 773 w/XSLT

2010-04-09 Thread Jared CAMINS-ESAKOV
Display MARC21 field 773 in the OPAC detail view when XSLT is enabled. --- .../prog/en/xslt/MARC21slim2OPACDetail.xsl | 32 1 files changed, 32 insertions(+), 0 deletions(-) diff --git a/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACDetail.xsl