Skip to content

Commit

Permalink
fix openMF#1653: Account list error fixed in Add Beneficiary Fragment
Browse files Browse the repository at this point in the history
  • Loading branch information
PatelVatsalB21 committed Dec 27, 2020
1 parent ba265f1 commit 786ceaa
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ class BeneficiaryApplicationFragment : BaseFragment(), BeneficiaryApplicationVie
*/
override fun showBeneficiaryTemplate(beneficiaryTemplate: BeneficiaryTemplate?) {
this.beneficiaryTemplate = beneficiaryTemplate
listAccountType.clear()
for ((_, _, value) in beneficiaryTemplate?.accountTypeOptions!!) {
listAccountType.add(value)
}
Expand Down

0 comments on commit 786ceaa

Please sign in to comment.