Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
grant_program
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Extensions
grant_program
Commits
f2ba0594
Commit
f2ba0594
authored
Oct 09, 2018
by
Monish Deb
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
minor fixes
parent
2dde9fb5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
CRM/Grant/BAO/GrantProgram.php
CRM/Grant/BAO/GrantProgram.php
+1
-1
CRM/Grant/Form/Task/GrantPayment.php
CRM/Grant/Form/Task/GrantPayment.php
+1
-1
No files found.
CRM/Grant/BAO/GrantProgram.php
View file @
f2ba0594
...
...
@@ -256,7 +256,7 @@ WHERE civicrm_contact.id = $id ";
'groupName'
=>
'msg_tpl_workflow_grant'
,
'valueName'
=>
'grant_'
.
$valueName
,
'contactId'
=>
$contactID
,
'tplParams'
=>
array_merge
([
'email'
=>
$email
],
CRM_Utils_Array
::
value
(
'tplParams'
,
$
param
s
,
[])),
'tplParams'
=>
array_merge
([
'email'
=>
$email
],
CRM_Utils_Array
::
value
(
'tplParams'
,
$
value
s
,
[])),
'PDFFilename'
=>
''
,
);
...
...
CRM/Grant/Form/Task/GrantPayment.php
View file @
f2ba0594
...
...
@@ -249,7 +249,7 @@ class CRM_Grant_Form_Task_GrantPayment extends CRM_Core_Form {
CRM_Grant_BAO_GrantProgram
::
sendMail
(
$dao
->
contact_id
,
$mailParams
,
'Paid'
,
$grantID
,
'Approved for Payment'
);
}
self
::
processPaymentDetails
([
$grantPaymentRecord
=
self
::
processPaymentDetails
([
'trxn_id'
=>
$trxnID
,
'batch_id'
=>
$values
[
'contribution_batch_id'
],
'description'
=>
$description
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment