From: Jane Sandberg Date: Mon, 10 Aug 2020 03:15:47 +0000 (-0700) Subject: Add original item attributes to the course materials list X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=975b4b2968f26bb8389d290df49f7f2b11fbb864;p=working%2FEvergreen.git Add original item attributes to the course materials list Signed-off-by: Jane Sandberg --- diff --git a/Open-ILS/src/eg2/src/app/staff/admin/local/course-reserves/course-associate-material.component.html b/Open-ILS/src/eg2/src/app/staff/admin/local/course-reserves/course-associate-material.component.html index 9acbe99c43..02baf10531 100644 --- a/Open-ILS/src/eg2/src/app/staff/admin/local/course-reserves/course-associate-material.component.html +++ b/Open-ILS/src/eg2/src/app/staff/admin/local/course-reserves/course-associate-material.component.html @@ -225,7 +225,10 @@ - + + + + diff --git a/Open-ILS/src/perlmods/lib/OpenILS/Application/Courses.pm b/Open-ILS/src/perlmods/lib/OpenILS/Application/Courses.pm index a12831c74d..836a9347df 100644 --- a/Open-ILS/src/perlmods/lib/OpenILS/Application/Courses.pm +++ b/Open-ILS/src/perlmods/lib/OpenILS/Application/Courses.pm @@ -129,7 +129,8 @@ sub fetch_course_materials { if ($self->api_name =~ /\.fleshed/) { my $fleshing = { 'flesh' => 2, 'flesh_fields' => { - 'acmcm' => ['item', 'record'], + 'acmcm' => ['item', 'record', 'original_circ_modifier', + 'original_location', 'original_status'], 'acp' => ['call_number', 'circ_lib', 'location', 'status'], 'bre' => ['wide_display_entry'], }