Emmanuel Nnaa created FINERACT-122:
--------------------------------------
Summary: Add clientId, officeId and groupId to the
"CommandProcessingResultBuilder" object in
"LoanRescheduleRequestWritePlatformServiceImpl class"
Key: FINERACT-122
URL: https://issues.apache.org/jira/browse/FINERACT-122
Project: Apache Fineract
Issue Type: Improvement
Reporter: Emmanuel Nnaa
Assignee: Markus Geiss
Priority: Minor
Add clientId, officeId and groupId to the "CommandProcessingResultBuilder"
object in "LoanRescheduleRequestWritePlatformServiceImpl class"
{code}
return new
CommandProcessingResultBuilder().withCommandId(jsonCommand.commandId()).withEntityId(loanRescheduleRequest.getId())
.withLoanId(loan.getId()).withClientId(loan.getClientId())
.withOfficeId(loan.getOfficeId()) //
.withGroupId(loan.getGroupId()) //
.build();
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)