http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11242
Bug ID: 11242
Summary: fix opac-MARCdetail.pl bizarre ordering of data and
noisy warnings
Change sponsored?: ---
Product: Koha
Version: master
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P5 - low
Component: OPAC
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
If the framework used by an MARC record does not have fields defined which were
imported (e.g. imported 852$9, but BKS does not have that defined), the missing
information generates a '--' as part of the OPAC description in 'MARC view',
but separated from data to be displayed which is defined. This is in part due
to the choice of || 0, instead of calculating the tab based on the tag (e.g.
852 => tab 8).
Additionally, this || 0 part happens in part because of a variable being undef,
which causes some noisiness in the logs. So any undef potentially setting code
related to $sf_def will be made less noisy.
--
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/