Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
Core
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
justinfreeman (Agileware)
Core
Commits
5b2c0293
Commit
5b2c0293
authored
11 years ago
by
pratik.joshi
Browse files
Options
Downloads
Patches
Plain Diff
CRM-13964 : commenting code
parent
520ec403
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CRM/Contribute/BAO/Contribution.php
+2
-2
2 additions, 2 deletions
CRM/Contribute/BAO/Contribution.php
with
2 additions
and
2 deletions
CRM/Contribute/BAO/Contribution.php
+
2
−
2
View file @
5b2c0293
...
...
@@ -2542,8 +2542,8 @@ WHERE contribution_id = %1 ";
$statusId
=
CRM_Core_OptionGroup
::
getValue
(
'contribution_status'
,
'Completed'
,
'name'
);
$params
[
'total_amount'
]
=
$partialAmtPay
;
/
/
new creation of financial trasaction for the balance amount
/*
steps
to
follow
:
/
*
new creation of financial trasaction for the balance amount
steps follow
ed
:
fetch the current balance, if balance is not present add the balance after appropriate calculation
if balance is present take the current amount and re-calculate the balance and update the balance stored in DB
*/
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment