Skip to content
This repository has been archived by the owner on Jul 19, 2022. It is now read-only.

Commit

Permalink
Merge pull request #108 from pradpnayak/4.6.1
Browse files Browse the repository at this point in the history
4.6.1
  • Loading branch information
Pradeep Nayak committed Apr 20, 2015
2 parents 9fbd14c + d2a44b9 commit 100dab2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions CRM/Grant/Form/Grant/Confirm.php
Original file line number Diff line number Diff line change
Expand Up @@ -826,8 +826,8 @@ static function processOnBehalfOrganization(&$behalfOrganization, &$contactID, &
// create relationship
$relParams['contact_check'][$orgID] = 1;
$cid = array('contact' => $contactID);
CRM_Contact_BAO_Relationship::create($relParams, $cid);

CRM_Contact_BAO_Relationship::legacyCreateMultiple($relParams, $cid);
// if multiple match - send a duplicate alert
if ($dupeIDs && (count($dupeIDs) > 1)) {
$values['onbehalf_dupe_alert'] = 1;
Expand Down
8 changes: 4 additions & 4 deletions info.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8" ?>
<extension key="biz.jmaconsulting.grantapplications" type="module">
<downloadUrl>https://github.com/JMAConsulting/biz.jmaconsulting.grantapplications/archive/v1.4.zip</downloadUrl>
<downloadUrl>https://github.com/JMAConsulting/biz.jmaconsulting.grantapplications/archive/v1.4.1.zip</downloadUrl>
<file>grantapplications</file>
<name>Grant Applications</name>
<description>This extension enhances profile creation for Grants. Applicants can submit online grant applications after filling in fields that are configured through CIviProfile. Core and custom grant fields can be added to CIviProfiles to collect information about various applicants that will be applying online for grants. Online grant application pages can be created and managed from the grant dashboard.</description>
Expand All @@ -9,15 +9,15 @@
<url desc="Main Extension Page">
https://github.com/JMAConsulting/biz.jmaconsulting.grantapplications/wiki/About-grant-applications
</url>
<url desc="Installation Instructions for 1.4">https://github.com/JMAConsulting/biz.jmaconsulting.grantapplications/blob/4.6/README.md</url>
<url desc="Installation Instructions for 1.4.1">https://github.com/JMAConsulting/biz.jmaconsulting.grantapplications/blob/4.6/README.md</url>
</urls>
<license>AGPL-3.0</license>
<maintainer>
<author>JMA Consulting</author>
<email>[email protected]</email>
</maintainer>
<releaseDate>2015-04-17</releaseDate>
<version>1.4</version>
<releaseDate>2015-04-20</releaseDate>
<version>1.4.1</version>
<develStage>stable</develStage>
<compatibility>
<ver>4.6</ver>
Expand Down

0 comments on commit 100dab2

Please sign in to comment.