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

Fix (Research DebtorGroup) #1735

Merged
merged 3 commits into from
Jun 1, 2017
Merged

Conversation

lomamech
Copy link
Contributor

@lomamech lomamech commented Jun 1, 2017

Fix the link between the list of debtor groups and Patient

  • Update the filter equals remove the alternative who check if there are a
    Default Uuid Partial Key
  • Using db.convert for cash.debtor_uuid

closes #1715

- Update the filter equals remove the alternative who check if there are a
  Default Uuid Partial Key
@lomamech lomamech requested a review from jniles June 1, 2017 09:56
@@ -135,6 +135,8 @@ function read(req, res, next) {
* @description list all payment made
*/
function listPayment(options) {
// ensure epected options are parsed appropriately as binary
db.convert(options, ['debtor_uuid']);
Copy link
Collaborator

Choose a reason for hiding this comment

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

I am sorry to say that I introduced this bug :(

Good catch!

@jniles jniles merged commit 63a0c20 into IMA-WorldHealth:master Jun 1, 2017
@lomamech lomamech deleted the debtorGroupList branch September 10, 2019 12:16
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.

Problem of the link between the list of debtor groups and patients
2 participants