Koha/koha-tmpl/opac-tmpl/prog/en
Janusz Kaczmarek 68c44093a4 Bug 10335: display translated forms of headings in UNIMARC authorities correctly
To reproduce and test:

To reproduce:
1) Create an authority record with main heading (100) in Latin script
   (e.g. Oppenheimer, Aharon -- subfields $a and $b) and parallel form
   (700) in Hebrew (אופנהיימר, אהרן -- subfields $a and $b).
    Mark it correctly in $8 with freheb (or engheb if you like);
2) Reindex and search;
3) You will see:

Oppenheimer Aharon
freheb: אופנהיימר

Whereas you would rather like to see (mind language and lack of $b above):

Oppenheimer, Aharon
Hebrew: אופנהיימר, אהרן

The patch corrects the issue and should not harm those who (improperly)
put only one triple in $8

Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com>
Work as described. No koha-qa errors.
Same result on OPAC and STAFF

Turns out that test plan is wrong,
you neet to fill tag 200ab, not 100ab, for main heading.
I filled 100a with some example data from UNIMARC auth manual.

Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
Took me a bit to figure it out, works according to test plan.

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
2013-10-10 19:14:44 +00:00
..
css Bug 10836: (follow-up) improve display toggles on the OPAC hold request form 2013-09-27 16:42:14 +00:00
includes Bug 10335: display translated forms of headings in UNIMARC authorities correctly 2013-10-10 19:14:44 +00:00
js Bug 10856: Fix cover display in shelf browser 2013-10-04 15:58:17 +00:00
lib Bug 9916 - Use DataTables in the OPAC 2013-08-19 14:19:02 +00:00
modules Bug 10856: (Follow-up) improve behavior of the "close shelf browser" link 2013-10-04 15:57:35 +00:00
xslt Bug 10465: remove useless reference to fields 780 and 785 in UNIMARC XSLT files 2013-09-23 16:23:38 +00:00