projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6094aad
)
CRM-16259, added comment block for function
author
Pradeep Nayak
<pradpnayak@gmail.com>
Wed, 17 Feb 2016 17:48:58 +0000
(23:18 +0530)
committer
Pradeep Nayak
<pradpnayak@gmail.com>
Wed, 17 Feb 2016 17:48:58 +0000
(23:18 +0530)
----------------------------------------
* CRM-16259: Create Payment API
https://issues.civicrm.org/jira/browse/CRM-16259
CRM/Core/BAO/FinancialTrxn.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Core/BAO/FinancialTrxn.php
b/CRM/Core/BAO/FinancialTrxn.php
index b7349fb894b6283af2094190c5f0b93aae17e416..90eb7a056fee815878a121a55afab5fb363a6368 100644
(file)
--- a/
CRM/Core/BAO/FinancialTrxn.php
+++ b/
CRM/Core/BAO/FinancialTrxn.php
@@
-541,6
+541,9
@@
WHERE pp.participant_id = {$entityId} AND ft.to_financial_account_id != {$toFina
}
/**
+ * Function records partial payment, complete's contribution if payment is fully paid
+ * and returns latest payment ie financial trxn
+ *
* @param array $contribution
* @param array $params
*