Text to go in the release notes:
|
This fixes the display of the 830 series tag in the staff interface and OPAC. An 830 series tag which has a part $p subfield displays multiple semicolons if the subfield already contains one.
Example:
- A record with an 830 tag with these subfields:
$a Analecta Gregoriana, Series Facultatis Philosophiae.
$p Sectio B ;
$v n. 14.
- Before this patch is shows as: Analecta Gregoriana, Series Facultatis Philosophiae. Sectio B ; ; n. 14.
- After the patch is shows as: Analecta Gregoriana, Series Facultatis Philosophiae. Sectio B ; n. 14.
|