Skip to content

Commit

Permalink
Merge pull request #90 from openimis/hotfix-muation-query-field-fix
Browse files Browse the repository at this point in the history
hotfix-muation-query-field-fix
  • Loading branch information
delcroip authored Oct 22, 2024
2 parents 2c829ce + a4f010a commit a2d5078
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/actions.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const CONTRIBUTIONPLAN_FULL_PROJECTION = (modulesManager) => [
"calculation",
"jsonExt",
"benefitPlan",
"benefitPlanType",
"benefitPlanType_Model",
"benefitPlanTypeName",
"periodicity",
"dateValidFrom",
Expand Down Expand Up @@ -200,7 +200,7 @@ function formatContributionPlanGQL(contributionPlan) {
: ""
}
${
`benefitPlanType: "${formatGQLString(PAYMENT_PLAN_TYPE.PRODUCT)}"`
`benefitPlanType_Model: "${formatGQLString(PAYMENT_PLAN_TYPE.PRODUCT)}"`
}
${
!!contributionPlan.benefitPlan
Expand Down

0 comments on commit a2d5078

Please sign in to comment.