From 0c816e7442769a693445cc6eb3a211723c944e0f Mon Sep 17 00:00:00 2001 From: Sashi20 Date: Wed, 22 Jul 2020 15:42:30 +0530 Subject: Show contributors contact number in the proposal status --- manage_proposal.inc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/manage_proposal.inc b/manage_proposal.inc index a1ecc7a..276bd54 100755 --- a/manage_proposal.inc +++ b/manage_proposal.inc @@ -446,6 +446,11 @@ function om_pssp_proposal_status_form($form, &$form_state) '#markup' => user_load($proposal_data->uid)->mail, '#title' => t('Email') ); + $form['contributor_contact_no'] = array( + '#title' => t('Contact No.'), + '#type' => 'item', + '#markup' => $contact_no, + ); /*$form['month_year_of_degree'] = array( '#type' => 'date_popup', '#title' => t('Month and year of award of degree'), -- cgit