Skip to content

Commit

Permalink
AMP Processor - Revert Source Role Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
gmutuhu committed Apr 14, 2016
1 parent 71d3926 commit 90bd531
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -496,12 +496,9 @@ private JsonBean getTransactions(InternalDocument source, List<FieldMapping> fie
log.debug("Dependent field not loaded: default-aid-type");
}

if(this.getDestinationFieldsList().contains("fundings~source_role")){
funding.set("source_role", 1);
}

funding.set("source_role", 1);
funding.set("funding_details", fundingDetails);

return funding;
}

Expand Down

0 comments on commit 90bd531

Please sign in to comment.