From cb75eddb13b6a5c111a74e5eda70c3494bc6b2e0 Mon Sep 17 00:00:00 2001 From: pjohans Date: Fri, 27 Mar 2015 14:25:58 +0100 Subject: [PATCH] Issue 774 by Pjohans: show author on loans list --- plugins/content_types/loans.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/content_types/loans.inc b/plugins/content_types/loans.inc index b3eff4c..f1be8b5 100644 --- a/plugins/content_types/loans.inc +++ b/plugins/content_types/loans.inc @@ -131,6 +131,7 @@ function ding_loan_loans_form($form, &$form_state, $account, $loans = array()) { '#type' => 'material_item', '#id' => $loan->id, '#title' => $title, + '#author' => $loan->author, '#cover' => field_view_field('ting_object', $entity, 'ting_cover', 'user_list'), '#information' => array( 'loan_date' => array(