Skip to content

Commit

Permalink
get values from reimbursementAccountDraftValues
Browse files Browse the repository at this point in the history
  • Loading branch information
marcochavezf committed Oct 4, 2022
1 parent 955d337 commit 17a224b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/libs/ReimbursementAccountUtils.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ function getDefaultStateForField(props, fieldName, defaultValue = '') {
function getBankAccountFields(props, fieldNames) {
return {
..._.pick(lodashGet(props, 'reimbursementAccount.achData'), ...fieldNames),
..._.pick(lodashGet(props, 'reimbursementAccountDraftValues'), ...fieldNames),
..._.pick(props.reimbursementAccountDraft, ...fieldNames),
};
}
Expand Down

0 comments on commit 17a224b

Please sign in to comment.