Use in-db unapi to display record summaries user/dbs/in-db-unapi-circ-due-date
authorDan Scott <dscott@laurentian.ca>
Fri, 9 Dec 2011 01:29:23 +0000 (20:29 -0500)
committerDan Scott <dscott@laurentian.ca>
Mon, 12 Dec 2011 18:57:23 +0000 (13:57 -0500)
commit52935eab43d98e37788b8f97f0a13a5529e184cf
tree13db22eca47e23951201614dadc09284567d388c
parent48706cad1a9845c79a9ffa3daf0c290837b9e018
Use in-db unapi to display record summaries

Now that we're pulling copy/location/volume/status attributes from in-db
unAPI rather than mk_copy_query's massive JSON query, populate the
holdings hash with the required attributes and cut over to the
corresponding attributes in the record summary table.

We are approaching uniform access to copy info between search results
and record summaries.

Signed-off-by: Dan Scott <dscott@laurentian.ca>
Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader/Record.pm
Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader/Util.pm
Open-ILS/src/templates/opac/parts/misc_util.tt2
Open-ILS/src/templates/opac/parts/record/summary.tt2