kohabug 2112 - add indicators to MARC display
authorGalen Charlton <galen.charlton@liblime.com>
Wed, 11 Jun 2008 21:43:22 +0000 (16:43 -0500)
committerJoshua Ferraro <jmf@liblime.com>
Thu, 12 Jun 2008 16:17:44 +0000 (11:17 -0500)
commit0fa1de926fd6af220b0bae2e7d9ea1b1a3282103
treecc5519f85332567195c8981e430cf18eed36c92a
parentee49d6d37277f427b10ce763592a74a0aafd9201
kohabug 2112 - add indicators to MARC display

In any MARC record display in the OPAC or staff client
that displays the MARC tag numbers, the indicators are
now displayed as well, following the tag number.  If an
indicator is a blank, it is displayed as '#'.

Add a function to C4::Koha, display_marc_indicators(), to
generate this display form of the indicators.

Refactoring note: the four scripts changed in this commit
have a lot of duplicate code that could be merged into
a MARC displayer class.

Documentation notes: screenshots of tagged MARC record
displays should be updated.

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
C4/Koha.pm
authorities/detail.pl
catalogue/MARCdetail.pl
opac/opac-MARCdetail.pl
opac/opac-authoritiesdetail.pl