]> git.evergreen-ils.org Git - Evergreen.git/commit
TPAC: Death date missing from authors in record details
authorDan Scott <dscott@laurentian.ca>
Fri, 10 May 2013 17:12:55 +0000 (13:12 -0400)
committerBen Shum <bshum@biblio.org>
Fri, 24 May 2013 16:34:10 +0000 (12:34 -0400)
commit29f71b28b2bc9b56987654f8ee0c6427b9fd3979
treeaea08d1144a4427b674828709786ffbdc2bfdc16
parent38e1b847ea3c9d4b3ea672baa14bd707bb2380c9
TPAC: Death date missing from authors in record details

The trailing period prescribed by ISBD punctuation for x00 $d subfields
in certain circumstances confounds the regex that was expected the $d
subfield to match ^\s*\d{4}-\d{4}\s*$. As a result, death dates were
often being omitted from the record detail display. Relaxing the regex
to match against a trailing .* instead of \s* resolves the issue.

Signed-off-by: Dan Scott <dscott@laurentian.ca>
Signed-off-by: Pasi Kallinen <pasi.kallinen@pttk.fi>
Signed-off-by: Ben Shum <bshum@biblio.org>
Open-ILS/src/templates/opac/parts/record/authors.tt2