]> git.evergreen-ils.org Git - Evergreen.git/commit
LP#1703678 Display foreign item location and status
authorDan Scott <dan@coffeecode.net>
Wed, 12 Jul 2017 14:07:23 +0000 (10:07 -0400)
committerMike Rylander <mrylander@gmail.com>
Tue, 22 Aug 2017 14:48:49 +0000 (10:48 -0400)
commit4b897789465945f285a841b3591929040ce71199
treee298d750f67fd50277361c00018cd62b994d8599
parent1d903b5ac1c5e43dde4d67f646a2a307aaf8773b
LP#1703678 Display foreign item location and status

We were using copy_info instead of the foreign item's data to try to display
location and status of foreign items. As copy_info had not been initialized,
it displayed nothing. Use the foreign item data instead for location and
status.

Signed-off-by: Dan Scott <dan@coffeecode.net>
Signed-off-by: Mike Rylander <mrylander@gmail.com>
Open-ILS/src/templates/opac/parts/record/copy_table.tt2