summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSashi202020-07-22 15:45:10 +0530
committerGitHub2020-07-22 15:45:10 +0530
commit49b4e5c50f73abc2454225b528e4cf85000d8be6 (patch)
tree44cb0be5067e16314f215898a5f1888f4ad59350
parent9126f151130de6644914a6b72ea02a61e9d6e196 (diff)
parent0c816e7442769a693445cc6eb3a211723c944e0f (diff)
downloadom_pssp-49b4e5c50f73abc2454225b528e4cf85000d8be6.tar.gz
om_pssp-49b4e5c50f73abc2454225b528e4cf85000d8be6.tar.bz2
om_pssp-49b4e5c50f73abc2454225b528e4cf85000d8be6.zip
Merge pull request #16 from Sashi20/master
Show contributors contact number in the proposal status
-rwxr-xr-xmanage_proposal.inc5
1 files changed, 5 insertions, 0 deletions
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'),