bug 2248 [2/2]: import item status display in search results
authorGalen Charlton <galen.charlton@liblime.com>
Fri, 20 Jun 2008 22:37:05 +0000 (17:37 -0500)
committerJoshua Ferraro <jmf@liblime.com>
Fri, 20 Jun 2008 22:47:04 +0000 (17:47 -0500)
commit556538e101686a74c3053f7818b373ba02a92430
treec2eec6f9766f405d525e91992f6c8dd17b53018f
parent6a8ca7fbd18ebc1ef37bd6b253b2c65e168c1c4a
bug 2248 [2/2]: import item status display in search results

The in transit status now displays as such in the
OPAC search results.  In the non-XSLT version, the status
is checked only for bibs having 20 or fewer items to avoid
extra hits on the database during result set presentation.
In the XSLT version, all items are checked.

Note that because an item's transfer status is not
stored in the MARC record, the transfer status
has no effect when limiting a search by item
availability.  For a future version, the transit status
should be added to the Zebra index.

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
C4/Search.pm
C4/XSLT.pm
koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tmpl
koha-tmpl/opac-tmpl/prog/en/modules/opac-results-grouped.tmpl
koha-tmpl/opac-tmpl/prog/en/modules/opac-results.tmpl
koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACResults.xsl