TPAC: Display monograph parts user/dbs/tpac_mono_parts
authorDan Scott <dan@coffeecode.net>
Fri, 23 Dec 2011 06:56:02 +0000 (01:56 -0500)
committerDan Scott <dan@coffeecode.net>
Fri, 23 Dec 2011 06:56:02 +0000 (01:56 -0500)
commit3b83aabe7fffa5f0fa9a47dc06195dd46b7594b5
tree8b22c014626b8403233b4b3b5cc179f0285ff619
parent91c31e5eb7e1afcca2f020770c89bc3776696b11
TPAC: Display monograph parts

In search results and record details, display monograph parts if
associated with a copy. Uses unapi for search results and json_query for
record details. Only generates the "Part" column in the copy table if
that record actually has a monograph part; otherwise the column is not
generated.

Signed-off-by: Dan Scott <dan@coffeecode.net>
Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader/Record.pm
Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader/Search.pm
Open-ILS/src/templates/opac/parts/misc_util.tt2
Open-ILS/src/templates/opac/parts/record/copy_table.tt2
Open-ILS/src/templates/opac/parts/result/table.tt2