From 4e1200e6600b42c6826cf71a4fa2278be826858d Mon Sep 17 00:00:00 2001 From: Sashi20 Date: Wed, 13 Mar 2019 16:51:11 +0530 Subject: Added a new field for solver used in case study in proposal form --- cfd_case_study_details.inc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cfd_case_study_details.inc') diff --git a/cfd_case_study_details.inc b/cfd_case_study_details.inc index 751965d..99254f0 100755 --- a/cfd_case_study_details.inc +++ b/cfd_case_study_details.inc @@ -34,6 +34,7 @@ function cfd_case_study_completed_proposals_all() $preference_rows[] = array( $i, l($row->project_title, "case-study-project/case-study-run/" . $row->id), + $row->solver_used, l('Download', "case-study-project/download/project-file/" . $row->id), $row->contributor_name, $row->university, @@ -44,6 +45,7 @@ function cfd_case_study_completed_proposals_all() $preference_header = array( 'No', 'Case Study Project', + 'Solver used', 'Abstract File', 'Contributor Name', 'Institute', -- cgit