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:
8f4f19c
)
Fix typo.
author
KarinG
<karin@semper-it.com>
Fri, 21 Apr 2017 01:52:20 +0000
(19:52 -0600)
committer
KarinG
<karin@semper-it.com>
Fri, 21 Apr 2017 01:52:20 +0000
(19:52 -0600)
CRM/Contribute/Form/Task/Invoice.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Contribute/Form/Task/Invoice.php
b/CRM/Contribute/Form/Task/Invoice.php
index 071b88c665fd5db2a780b8486e4cccbf93588b9d..ccee55e0a0a7ca6326caf2975951f65efa5588fa 100644
(file)
--- a/
CRM/Contribute/Form/Task/Invoice.php
+++ b/
CRM/Contribute/Form/Task/Invoice.php
@@
-333,7
+333,7
@@
class CRM_Contribute_Form_Task_Invoice extends CRM_Contribute_Form_Task {
));
$amountPaid = 0;
foreach($resultPayments['values'] as $singlePayment) {
- // Only count payments that have been (status =) completed
+ // Only count payments that have been (status =) completed
.
if ($singlePayment['status_id'] == 1) {
$amountPaid += $singlePayment['total_amount'];
}