Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Jtm invoice report subsidy #226

Merged
merged 7 commits into from Dec 5, 2016
Merged

Jtm invoice report subsidy #226

merged 7 commits into from Dec 5, 2016

Conversation

BigChiefSmidgeums
Copy link
Contributor

No description provided.

@@ -108,6 +109,8 @@ def generate(document)
]

total += fulfillment.total_cost
total_with_subsidy += protocol.sub_service_request.subsidy ? fulfillment.total_cost * (1 - protocol.sub_service_request.subsidy.percent_subsidy) : fulfillment.total_cost
binding.pry if total_with_subsidy < 0

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You left a call to pry here.

@jleonardw9 jleonardw9 merged commit bd7cddb into master Dec 5, 2016
@jleonardw9 jleonardw9 deleted the jtm_invoice_report_subsidy branch December 5, 2016 16:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants